fix:样式文件加载失败排查
This commit is contained in:
parent
080941e120
commit
c57de5ae7b
@ -143,7 +143,7 @@ div {
|
||||
.layout-header-warp {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: $color-fff;
|
||||
background: #fff;
|
||||
.layout-header-menu {
|
||||
width: 100%;
|
||||
::v-deep() {
|
||||
@ -151,7 +151,7 @@ div {
|
||||
justify-content: space-around;
|
||||
border: none !important;
|
||||
.is-active {
|
||||
color: $color-main !important;
|
||||
color: #25bf82 !important;
|
||||
}
|
||||
}
|
||||
.el-menu-item {
|
||||
@ -159,7 +159,7 @@ div {
|
||||
}
|
||||
.el-menu-item:hover {
|
||||
background: none !important;
|
||||
color: $color-main;
|
||||
color: #25bf82;
|
||||
}
|
||||
.el-menu-item:active {
|
||||
background: none !important;
|
||||
@ -186,16 +186,16 @@ div {
|
||||
line-height: 36px;
|
||||
.welcome-msg {
|
||||
font-size: 12px;
|
||||
color: $color-5a;
|
||||
color: #5a5a5a;
|
||||
}
|
||||
.left-link {
|
||||
color: $color-main;
|
||||
color: #25bf82;
|
||||
margin: 0 10px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
.iconfont {
|
||||
color: $color-main;
|
||||
color: #25bf82;
|
||||
display: inline-block;
|
||||
margin-right: 2px;
|
||||
}
|
||||
@ -207,7 +207,7 @@ div {
|
||||
}
|
||||
&-right {
|
||||
span {
|
||||
color: $color-000;
|
||||
color: #000;
|
||||
margin-left: 25px;
|
||||
line-height: 36px;
|
||||
font-size: 12px;
|
||||
@ -221,14 +221,14 @@ div {
|
||||
.iconfont {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
color: $color-main;
|
||||
color: #25bf82;
|
||||
}
|
||||
span {
|
||||
margin-left: 6px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
color: $color-main;
|
||||
color: #25bf82;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ export const constantRoutes = [
|
||||
path: '/sub-operation-service',
|
||||
name: 'layout',
|
||||
component: Layout,
|
||||
redirect: '/sub-operation-service/ecommerce',
|
||||
// redirect: '/sub-operation-service/ecommerce',
|
||||
meta: { title: '首页' },
|
||||
children: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user