修改后台样式

This commit is contained in:
Anyon 2022-02-28 14:18:41 +08:00
parent b3ab73d624
commit d4f89666f7
3 changed files with 10 additions and 3 deletions

View File

@ -246,7 +246,6 @@
} }
.layui-nav-item { .layui-nav-item {
// border-bottom: @TopHeaderBottomLine;
> a:hover { > a:hover {
background-color: rgba(100, 100, 100, 0.1) !important; background-color: rgba(100, 100, 100, 0.1) !important;
@ -317,6 +316,10 @@
> .layui-card-table { > .layui-card-table {
padding: 15px; padding: 15px;
box-sizing: border-box; box-sizing: border-box;
> form.layui-form {
box-shadow: @ShadowMaxOuter;
}
} }
> .layui-card-html { > .layui-card-html {
@ -324,6 +327,10 @@
min-width: 100%; min-width: 100%;
position: absolute; position: absolute;
box-sizing: border-box; box-sizing: border-box;
> form.layui-form {
box-shadow: @ShadowMaxOuter;
}
} }
> 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