소스 검색

fix: eslint

xingyu 1 년 전
부모
커밋
249e0d21a3
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      src/assets/map/json/china.json
  2. 1 1
      src/components/DiyEditor/components/mobile/Carousel/index.vue
  3. 1 1
      src/views/infra/codegen/PreviewCode.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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"
           />

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.