Browse Source

fix: eslint

xingyu 1 year ago
parent
commit
249e0d21a3

File diff suppressed because it is too large
+ 0 - 0
src/assets/map/json/china.json


+ 1 - 1
src/components/DiyEditor/components/mobile/Carousel/index.vue

@@ -21,7 +21,7 @@
     </el-carousel>
     <div
       v-if="property.indicator === 'number'"
-      class="absolute p-y-2px bottom-10px right-10px rounded-xl bg-black p-x-8px text-10px text-white opacity-40"
+      class="absolute bottom-10px right-10px rounded-xl bg-black p-x-8px p-y-2px text-10px text-white opacity-40"
       >{{ currentIndex }} / {{ property.items.length }}</div
     >
   </div>

+ 1 - 1
src/views/infra/codegen/PreviewCode.vue

@@ -20,8 +20,8 @@
             ref="treeRef"
             :data="preview.fileTree"
             :expand-on-click-node="false"
-            highlight-current
             default-expand-all
+            highlight-current
             node-key="id"
             @node-click="handleNodeClick"
           />

Some files were not shown because too many files changed in this diff