【升级】后端管理框架layuiadmin升级到【v2.9.16】版本,优化每个页面的细节部分,增加iframe模式。

This commit is contained in:
大灰灰
2024-10-12 09:37:53 +08:00
parent 6037e957d2
commit 741bc8e912
272 changed files with 5844 additions and 33633 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -332,6 +332,7 @@ a {
}
.order-min-table {
background: #fafafa;
margin: 10px 0;
}
.order-min-table .layui-table {
border-width: 1px;
@@ -542,6 +543,9 @@ xm-select .xm-body .xm-option.hide-icon.selected {
line-height: 20px;
font-size: 12px;
}
.layui-table th {
font-size: 13px;
}
.layui-table-cell {
line-height: 28px;
padding: 6px 8px;
@@ -1229,4 +1233,10 @@ xm-select .xm-body .xm-option.hide-icon.selected {
opacity: 1;
transform: translateY(0px);
}
}
.layui-input-wrap .layui-input {
padding-right: 10px;
}
.layui-tab .layui-tab-title li {
font-size: 13px;
}

View File

@@ -121,7 +121,7 @@ a { cursor: pointer }
.orderShip { padding: 0 5px; }
}
.order-min-table { background: #fafafa;
.order-min-table { background: #fafafa; margin: 10px 0;
.layui-table { border-width: 1px; border-style: solid; border-color: #eee;
th { text-align: center; font-weight: 400; }
tr {
@@ -199,6 +199,7 @@ xm-select .xm-label .xm-label-block, xm-select .xm-body .xm-option.hide-icon.sel
.layui-form-radio * { font-size: 12px; }
/*重写table字体样式*/
.layui-table td, .layui-table th { position: relative; padding: 9px 15px; min-height: 20px; line-height: 20px; font-size: 12px; }
.layui-table th { font-size: 13px; }
.layui-table-cell { line-height: 28px; padding: 6px 8px; position: relative; box-sizing: border-box; }
.layui-table { word-break: break-all; word-wrap: break-word; }
/*重写弹出面板框内容和边框间距*/
@@ -416,3 +417,8 @@ xm-select .xm-label .xm-label-block, xm-select .xm-body .xm-option.hide-icon.sel
0% { opacity: 0; transform: translateY(15px); }
100% { opacity: 1; transform: translateY(0px); }
}
.layui-input-wrap .layui-input { padding-right: 10px; }
.layui-tab .layui-tab-title li { font-size: 13px; }

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB