forked from fanruan/fineui-start
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
252 B
17 lines
252 B
3 years ago
|
@import '~@/index.less';
|
||
|
|
||
|
.app-layout {
|
||
|
.app-layout-header {
|
||
|
.z-index-layer(2);
|
||
|
}
|
||
|
.app-layout-body {
|
||
|
.z-index-layer(1);
|
||
|
.app-layout-sider {
|
||
|
.z-index-layer(2);
|
||
|
}
|
||
|
.app-layout-content {
|
||
|
.z-index-layer(1);
|
||
|
}
|
||
|
}
|
||
|
}
|