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