Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
249e0d21
authored
Nov 14, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: eslint
parent
8a74b954
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/assets/map/json/china.json
+0
-0
src/components/DiyEditor/components/mobile/Carousel/index.vue
+1
-1
src/views/infra/codegen/PreviewCode.vue
+1
-1
No files found.
src/assets/map/json/china.json
View file @
249e0d21
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/DiyEditor/components/mobile/Carousel/index.vue
View file @
249e0d21
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</el-carousel>
</el-carousel>
<div
<div
v-if=
"property.indicator === 'number'"
v-if=
"property.indicator === 'number'"
class=
"absolute
p-y-2px bottom-10px right-10px rounded-xl bg-black p-x-8
px text-10px text-white opacity-40"
class=
"absolute
bottom-10px right-10px rounded-xl bg-black p-x-8px p-y-2
px text-10px text-white opacity-40"
>
{{
currentIndex
}}
/
{{
property
.
items
.
length
}}
</div
>
{{
currentIndex
}}
/
{{
property
.
items
.
length
}}
</div
>
>
</div>
</div>
...
...
src/views/infra/codegen/PreviewCode.vue
View file @
249e0d21
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
ref=
"treeRef"
ref=
"treeRef"
:data=
"preview.fileTree"
:data=
"preview.fileTree"
:expand-on-click-node=
"false"
:expand-on-click-node=
"false"
highlight-current
default-expand-all
default-expand-all
highlight-current
node-key=
"id"
node-key=
"id"
@
node-click=
"handleNodeClick"
@
node-click=
"handleNodeClick"
/>
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment