xingyu 1 год назад
Родитель
Сommit
249e0d21a3

Разница между файлами не показана из-за своего большого размера
+ 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"
           />

Некоторые файлы не были показаны из-за большого количества измененных файлов