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
2cfdf9b7
Commit
2cfdf9b7
authored
Mar 19, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化皮肤背景设置
parent
fe096b13
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
15 deletions
+16
-15
base-manager-ui/admin/src/pages/basicset/surface/appraiseskin/AppraiseSkin.vue
.../src/pages/basicset/surface/appraiseskin/AppraiseSkin.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
...in/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/centralizeskin/CentralizeSkin.vue
.../pages/basicset/surface/centralizeskin/CentralizeSkin.vue
+5
-5
base-manager-ui/admin/src/pages/basicset/surface/desSelfservice/DesSelfService.vue
.../pages/basicset/surface/desSelfservice/DesSelfService.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
...ages/basicset/surface/informationskin/InformationSkin.vue
+3
-2
base-manager-ui/admin/src/pages/basicset/surface/sampleFormSkin/SampleFormSkin.vue
.../pages/basicset/surface/sampleFormSkin/SampleFormSkin.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/selfservice/SelfService.vue
...in/src/pages/basicset/surface/selfservice/SelfService.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/signdeviceskin/SignDeviceSkin.vue
.../pages/basicset/surface/signdeviceskin/SignDeviceSkin.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/windowskin/WindowSkin.vue
...dmin/src/pages/basicset/surface/windowskin/WindowSkin.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/surface/writeFormSkin/WriteFormSkin.vue
...rc/pages/basicset/surface/writeFormSkin/WriteFormSkin.vue
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/surface/appraiseskin/AppraiseSkin.vue
View file @
2cfdf9b7
...
...
@@ -155,7 +155,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.header {
color: #fff;
.header-title {
...
...
base-manager-ui/admin/src/pages/basicset/surface/calloutskin/CallOutSkin.vue
View file @
2cfdf9b7
...
...
@@ -210,7 +210,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important;
background-position: center !important;
background-size:
cover
!important;
background-size:
100% 100%
!important;
.header {
.header-title {
h1 {
...
...
base-manager-ui/admin/src/pages/basicset/surface/centralizeskin/CentralizeSkin.vue
View file @
2cfdf9b7
...
...
@@ -6,7 +6,7 @@
:id=
"componentsId"
v-if=
"resolution === '1920x1080'"
:style=
"
{
background: filterItem('1', 0),
background
Image
: filterItem('1', 0),
}"
>
<!-- 头部 -->
...
...
@@ -16,7 +16,7 @@
<h1
:style=
"
{ color: filterItem('2', 0) }">政务服务中心
</h1>
</div>
<div
class=
"time"
:style=
"
{ color: filterItem('3', 0) }">
2022-7-18 17:00:00 星期一
<!-- 2022-7-18 17:00:00 星期一 -->
</div>
</div>
<!-- 主体 -->
...
...
@@ -299,9 +299,9 @@ export default {
height: 562.5px;
padding: 30px;
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat;
background-position: center;
background-size:
cover
;
background-repeat: no-repeat
!important
;
background-position: center
!important
;
background-size:
100% 100% !important
;
.header {
h1 {
margin: 0px;
...
...
base-manager-ui/admin/src/pages/basicset/surface/desSelfservice/DesSelfService.vue
View file @
2cfdf9b7
...
...
@@ -165,7 +165,7 @@ export default {
background: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.header {
width: 100%;
color: #fff;
...
...
base-manager-ui/admin/src/pages/basicset/surface/informationskin/InformationSkin.vue
View file @
2cfdf9b7
...
...
@@ -188,7 +188,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important;
background-position: center !important;
background-size:
cover
!important;
background-size:
100% 100%
!important;
position: relative;
.header {
height: 80px;
...
...
@@ -254,7 +254,8 @@ export default {
color: #fff;
text-align: center;
line-height: 80px;
background: url("../../../../assets/img/bg_header.png") no-repeat;
background: url("../../../../assets/img/bg_header.png");
background-repeat: no-repeat !important;
background-size: 100% 100% !important;
flex-shrink: 0;
}
...
...
base-manager-ui/admin/src/pages/basicset/surface/sampleFormSkin/SampleFormSkin.vue
View file @
2cfdf9b7
...
...
@@ -204,7 +204,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.header {
width: 100%;
color: #fff;
...
...
base-manager-ui/admin/src/pages/basicset/surface/selfservice/SelfService.vue
View file @
2cfdf9b7
...
...
@@ -165,7 +165,7 @@ export default {
background: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.header {
width: 100%;
color: #fff;
...
...
base-manager-ui/admin/src/pages/basicset/surface/signdeviceskin/SignDeviceSkin.vue
View file @
2cfdf9b7
...
...
@@ -144,7 +144,7 @@ export default {
background: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.border {
border: 1px dashed #ececec;
}
...
...
base-manager-ui/admin/src/pages/basicset/surface/windowskin/WindowSkin.vue
View file @
2cfdf9b7
...
...
@@ -135,7 +135,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important;
background-position: center !important;
background-size:
cover
!important;
background-size:
100% 100%
!important;
.top {
width: 100%;
height: 40%;
...
...
base-manager-ui/admin/src/pages/basicset/surface/writeFormSkin/WriteFormSkin.vue
View file @
2cfdf9b7
...
...
@@ -233,7 +233,7 @@ export default {
background-image: linear-gradient(#26c5ff, #2c66ff);
background-repeat: no-repeat !important ;
background-position: center !important ;
background-size:
cover
!important ;
background-size:
100% 100%
!important ;
.header {
width: 100%;
color: #fff;
...
...
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