mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-24 20:27:21 +08:00
【升级】后端管理框架layuiadmin升级到【v2.9.16】版本,优化每个页面的细节部分,增加iframe模式。
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user