Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
6de894a3
Commit
6de894a3
authored
Dec 04, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化站点信息模块显示
parent
3ab0bbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
base-manager-ui/admin/src/pages/basicset/site/website.vue
base-manager-ui/admin/src/pages/basicset/site/website.vue
+8
-4
No files found.
base-manager-ui/admin/src/pages/basicset/site/website.vue
View file @
6de894a3
...
@@ -183,7 +183,9 @@
...
@@ -183,7 +183,9 @@
v
-
for
=
"
(v, i) in item.modelData
"
v
-
for
=
"
(v, i) in item.modelData
"
:
key
=
"
i
"
:
key
=
"
i
"
>
>
<
div
class
=
"
item-text
"
>
{{
v
}}
{{
v
}}
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/a-col
>
<
/a-col
>
...
@@ -574,10 +576,12 @@ export default {
...
@@ -574,10 +576,12 @@ export default {
text
-
align
:
center
;
text
-
align
:
center
;
color
:
#
fff
;
color
:
#
fff
;
border
-
radius
:
5
px
;
border
-
radius
:
5
px
;
display
:
-
webkit
-
box
;
.
item
-
text
{
-
webkit
-
box
-
orient
:
vertical
;
display
:
-
webkit
-
box
;
-
webkit
-
line
-
clamp
:
2
;
-
webkit
-
box
-
orient
:
vertical
;
overflow
:
hidden
;
-
webkit
-
line
-
clamp
:
2
;
overflow
:
hidden
;
}
}
}
}
}
}
}
...
...
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