This commit is contained in:
2022-12-09 16:41:41 +08:00
parent c1cce5a7c2
commit ff7aa8774f
2003 changed files with 156639 additions and 140 deletions

View File

@@ -0,0 +1,24 @@
@import "../header/index.less";
.layui-layout {
flex: 1;
display: flex;
flex-basis: auto;
box-sizing: border-box;
}
.layui-layout-vertical {
flex-direction: column;
}
.layui-layout-left {
position: absolute !important;
left: 200px;
top: 0;
}
.layui-layout-right {
position: absolute !important;
right: 0;
top: 0;
}