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
a6400410
Commit
a6400410
authored
Aug 30, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改站点模块颜色
parent
53cb6fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+2
-4
No files found.
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
a6400410
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
v-for=
"(v, i) in collectList"
v-for=
"(v, i) in collectList"
:key=
"'' + v.id + i"
:key=
"'' + v.id + i"
>
>
<div
class=
"item-logo
item-logo1
"
>
<div
class=
"item-logo"
>
<img
<img
class=
"w-full h-full object-cover cursor-pointer"
class=
"w-full h-full object-cover cursor-pointer"
:src=
"api + v.modelIcon"
:src=
"api + v.modelIcon"
...
@@ -292,6 +292,7 @@ export default {
...
@@ -292,6 +292,7 @@ export default {
width: 80px;
width: 80px;
height: 80px;
height: 80px;
padding: 10px;
padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
border-radius: 20px;
border-radius: 20px;
position: relative;
position: relative;
...
@@ -301,9 +302,6 @@ export default {
...
@@ -301,9 +302,6 @@ export default {
bottom: -10px;
bottom: -10px;
}
}
}
}
.item-logo1 {
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
}
.site-box {
.site-box {
width: 100%;
width: 100%;
height: 440px;
height: 440px;
...
...
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