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
9c4e527a
Commit
9c4e527a
authored
Oct 28, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复站点编排字体大小和边框样式失效
parent
1dacb7d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+1
-0
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+3
-6
No files found.
portal-manager-ui/admin/src/views/home/home.vue
View file @
9c4e527a
...
@@ -199,6 +199,7 @@ export default {
...
@@ -199,6 +199,7 @@ export default {
.header {
.header {
height: @headerHeight;
height: @headerHeight;
padding: 0px 60px;
padding: 0px 60px;
font-size: 16px;
color: #fff;
color: #fff;
position: absolute;
position: absolute;
top: 0px;
top: 0px;
...
...
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
9c4e527a
...
@@ -332,6 +332,7 @@ export default {
...
@@ -332,6 +332,7 @@ export default {
background: url("@/assets/images/siteArrange/bg_4.jpg") no-repeat;
background: url("@/assets/images/siteArrange/bg_4.jpg") no-repeat;
background-size: 100% 100%;
background-size: 100% 100%;
overflow: hidden;
overflow: hidden;
font-size: 16px;
.del-box {
.del-box {
width: 100%;
width: 100%;
...
@@ -457,12 +458,6 @@ export default {
...
@@ -457,12 +458,6 @@ export default {
// }
// }
}
}
&:nth-child(1) {
&:nth-child(1) {
.type-list {
border-style: solid;
border-right-width: 2px;
border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1;
// border-image-slice: 2;
}
.item-logo {
.item-logo {
background: linear-gradient(180deg, #c7e1f6 0%, #ffffff 85%);
background: linear-gradient(180deg, #c7e1f6 0%, #ffffff 85%);
}
}
...
@@ -470,6 +465,8 @@ export default {
...
@@ -470,6 +465,8 @@ export default {
&:nth-child(2) {
&:nth-child(2) {
.type-list {
.type-list {
border-style: solid;
border-style: solid;
border-width: 0px;
border-left-width: 2px;
border-right-width: 2px;
border-right-width: 2px;
border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1;
border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1;
// border-image-slice: 2;
// border-image-slice: 2;
...
...
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