面包屑样式调整
Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -56,6 +56,7 @@ export default { | ... | @@ -56,6 +56,7 @@ export default { |
56 | 56 | ||
57 | <style lang="scss" scoped> | 57 | <style lang="scss" scoped> |
58 | .breadcrumb { | 58 | .breadcrumb { |
59 | width: 80%; | ||
59 | text-indent: 10px; | 60 | text-indent: 10px; |
60 | background: url("~@/image/breadcrumb.png") no-repeat; | 61 | background: url("~@/image/breadcrumb.png") no-repeat; |
61 | background-size: 100% 100%; | 62 | background-size: 100% 100%; |
... | @@ -63,7 +64,7 @@ export default { | ... | @@ -63,7 +64,7 @@ export default { |
63 | height: 32px; | 64 | height: 32px; |
64 | padding-left: 35px; | 65 | padding-left: 35px; |
65 | margin: 8px 0 8px 6px; | 66 | margin: 8px 0 8px 6px; |
66 | color: #02D9FD; | 67 | color: #CEF8FF; |
67 | } | 68 | } |
68 | 69 | ||
69 | /deep/.el-icon-arrow-right { | 70 | /deep/.el-icon-arrow-right { |
... | @@ -75,7 +76,7 @@ export default { | ... | @@ -75,7 +76,7 @@ export default { |
75 | } | 76 | } |
76 | 77 | ||
77 | /deep/.el-breadcrumb__inner { | 78 | /deep/.el-breadcrumb__inner { |
78 | color: #02D9FD !important; | 79 | color: #CEF8FF !important; |
79 | } | 80 | } |
80 | 81 | ||
81 | .breadcrumb1366 { | 82 | .breadcrumb1366 { | ... | ... |
... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
50 | 50 | ||
51 | &-header { | 51 | &-header { |
52 | width: 100%; | 52 | width: 100%; |
53 | padding: 5px 30px 20px 20px; | 53 | padding: 5px 30px 20px 24px; |
54 | box-sizing: border-box; | 54 | box-sizing: border-box; |
55 | background: url("~@/image/formHeader.png") no-repeat; | 55 | background: url("~@/image/formHeader.png") no-repeat; |
56 | background-size: 100% 100%; | 56 | background-size: 100% 100%; | ... | ... |
-
Please register or sign in to post a comment