1b138b2d by yangwei

面包屑样式调整

1 parent 20361b69
......@@ -56,6 +56,7 @@ export default {
<style lang="scss" scoped>
.breadcrumb {
width: 80%;
text-indent: 10px;
background: url("~@/image/breadcrumb.png") no-repeat;
background-size: 100% 100%;
......@@ -63,7 +64,7 @@ export default {
height: 32px;
padding-left: 35px;
margin: 8px 0 8px 6px;
color: #02D9FD;
color: #CEF8FF;
}
/deep/.el-icon-arrow-right {
......@@ -75,7 +76,7 @@ export default {
}
/deep/.el-breadcrumb__inner {
color: #02D9FD !important;
color: #CEF8FF !important;
}
.breadcrumb1366 {
......
......@@ -50,7 +50,7 @@
&-header {
width: 100%;
padding: 5px 30px 20px 20px;
padding: 5px 30px 20px 24px;
box-sizing: border-box;
background: url("~@/image/formHeader.png") no-repeat;
background-size: 100% 100%;
......