修改后台样式

This commit is contained in:
Anyon 2022-03-03 16:09:10 +08:00
parent 2b41ad4c7a
commit f396b2474e
5 changed files with 20 additions and 15 deletions

View File

@ -92,3 +92,14 @@
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
}
#bodyLayout() {
> form.layui-form.layui-card {
margin: 0;
box-shadow: @ShadowMaxOuter;
> .layui-card-body {
padding: 40px 40px 10px 40px;
}
}
}

View File

@ -372,7 +372,7 @@ div.layui-textarea.help-images {
margin: 0;
box-shadow: none !important;
.layui-card-body {
> .layui-card-body {
padding: 20px 40px 0 0;
}
}

View File

@ -317,24 +317,18 @@
position: absolute;
box-sizing: border-box;
> .layui-card-table {
padding: 15px;
box-sizing: border-box;
> form.layui-form {
box-shadow: @ShadowMaxOuter;
}
}
> .layui-card-html {
padding: 15px;
min-width: 100%;
position: absolute;
box-sizing: border-box;
#bodyLayout();
}
> form.layui-form {
box-shadow: @ShadowMaxOuter;
}
> .layui-card-table {
padding: 15px;
box-sizing: border-box;
#bodyLayout();
}
> div > .layui-tab.layui-tab-card {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long