mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改后台样式
This commit is contained in:
parent
2b41ad4c7a
commit
f396b2474e
@ -91,4 +91,15 @@
|
|||||||
-o-transition: all .2s linear;
|
-o-transition: all .2s linear;
|
||||||
-moz-transition: all .2s linear;
|
-moz-transition: all .2s linear;
|
||||||
-webkit-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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -372,7 +372,7 @@ div.layui-textarea.help-images {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
||||||
.layui-card-body {
|
> .layui-card-body {
|
||||||
padding: 20px 40px 0 0;
|
padding: 20px 40px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -317,24 +317,18 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
> .layui-card-table {
|
|
||||||
padding: 15px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
> form.layui-form {
|
|
||||||
box-shadow: @ShadowMaxOuter;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> .layui-card-html {
|
> .layui-card-html {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
#bodyLayout();
|
||||||
|
}
|
||||||
|
|
||||||
> form.layui-form {
|
> .layui-card-table {
|
||||||
box-shadow: @ShadowMaxOuter;
|
padding: 15px;
|
||||||
}
|
box-sizing: border-box;
|
||||||
|
#bodyLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
> div > .layui-tab.layui-tab-card {
|
> 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
Loading…
x
Reference in New Issue
Block a user