Skip to content

Commit 249e0d2

Browse files
committed
fix: eslint
1 parent 8a74b95 commit 249e0d2

File tree

3 files changed

+858
-3
lines changed

3 files changed

+858
-3
lines changed

src/assets/map/json/china.json

Lines changed: 856 additions & 1 deletion
Large diffs are not rendered by default.

src/components/DiyEditor/components/mobile/Carousel/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</el-carousel>
2222
<div
2323
v-if="property.indicator === 'number'"
24-
class="absolute p-y-2px bottom-10px right-10px rounded-xl bg-black p-x-8px text-10px text-white opacity-40"
24+
class="absolute bottom-10px right-10px rounded-xl bg-black p-x-8px p-y-2px text-10px text-white opacity-40"
2525
>{{ currentIndex }} / {{ property.items.length }}</div
2626
>
2727
</div>

src/views/infra/codegen/PreviewCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
ref="treeRef"
2121
:data="preview.fileTree"
2222
:expand-on-click-node="false"
23-
highlight-current
2423
default-expand-all
24+
highlight-current
2525
node-key="id"
2626
@node-click="handleNodeClick"
2727
/>

0 commit comments

Comments
 (0)