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
345ed7d9
Commit
345ed7d9
authored
Aug 31, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站点编排样式
parent
2efddd5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+6
-5
No files found.
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
345ed7d9
...
...
@@ -93,7 +93,7 @@
@end="isAdd = false"
>
<div
class=
"common-item w-full h-[1
30
px] flex flex-col items-center"
class=
"common-item w-full h-[1
25
px] flex flex-col items-center"
v-for=
"item in v.list"
:key=
"item.id"
>
...
...
@@ -293,8 +293,8 @@ export default {
background: rgba(0, 0, 0, 0.5);
}
.item-logo {
width:
80
px;
height:
80
px;
width:
66
px;
height:
66
px;
padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
...
...
@@ -305,8 +305,9 @@ export default {
position: relative;
.bottom-img {
position: absolute;
left: 0px;
bottom: -10px;
left: -2px;
bottom: -11px;
width: 70px;
}
}
.site-box {
...
...
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