增加scss文件说明;调整后台布局细节

This commit is contained in:
2022-08-24 15:43:44 +08:00
parent b3f42b8869
commit 930d0f77bf
3 changed files with 23 additions and 7 deletions

View File

@@ -399,10 +399,11 @@
/**内容主体(通用) */
.layui-layout-admin .layui-body {
overflow : hidden;
bottom : 0px !important;
top : 60px !important;
transition: all .2s;
overflow : hidden;
bottom : 0px !important;
top : 60px !important;
transition : all .2s;
padding-bottom: 0;
}
/**选择配色方案 */