Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bed674f580d9c2b00ea767b1653f1a1eacb58e2d
Authored by
ww
2023-04-07 12:28:52 +0800
1 parent
204ea1fb
perf: 修改分享徽标颜色
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/configuration/center/index.vue
src/views/dataview/index.vue
src/views/configuration/center/index.vue
View file @
bed674f
...
...
@@ -357,6 +357,6 @@
357
357
}
358
358
359
359
.card-container:deep(.ant-card-cover) {
360
-
background-color:
red
;
360
+
background-color:
#2db7f5
;
361
361
}
362
362
</style>
...
...
src/views/dataview/index.vue
View file @
bed674f
...
...
@@ -421,6 +421,6 @@
421
421
}
422
422
423
423
.card-container:deep(.ant-card-cover) {
424
-
background-color:
red
;
424
+
background-color:
#2db7f5
;
425
425
}
426
426
</style>
...
...