fix: 更新后台样式

This commit is contained in:
邹景立 2025-04-05 11:10:48 +08:00
parent 82b06f5932
commit 51d47113cb
4 changed files with 11 additions and 9 deletions

View File

@ -351,13 +351,6 @@ each({
} }
} }
/* 默认弹层列表样式 */
.laytable-pagination {
padding: 15px;
position: relative;
min-height: 60vh;
}
/* 搜索表单样式 */ /* 搜索表单样式 */
.form-search { .form-search {
.layui-btn { .layui-btn {

View File

@ -334,6 +334,15 @@ form.layui-form fieldset {
} }
} }
/* 默认弹层列表样式 */
.layui-layer-page {
.laytable-pagination {
padding: 15px;
position: relative;
min-height: 60vh;
}
}
.layui-layer-tips { .layui-layer-tips {
&.layui-layer-image { &.layui-layer-image {
width: auto !important; width: auto !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long