mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改样式
This commit is contained in:
parent
1bd6bd07d8
commit
330a53ba25
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="think-box-shadow">
|
<div class="think-box-shadow">
|
||||||
{include file='queue/index_search'}
|
{include file='queue/index_search'}
|
||||||
<table id="QueueTable" data-line-2 data-url="{:sysuri()}" data-target-search="form.form-search"></table>
|
<table id="QueueTable" data-line="2" data-url="{:sysuri()}" data-target-search="form.form-search"></table>
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
@ -343,10 +343,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 自定义表格2行高 */
|
/* 自定义表格行高 */
|
||||||
table[data-line-2] + div tbody {
|
table[data-line] + div tbody {
|
||||||
.layui-table-cell {
|
.layui-table-cell {
|
||||||
height: 62px;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
|
||||||
@ -360,6 +359,14 @@ table[data-line-2] + div tbody {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table[data-line='2'] + div tbody .layui-table-cell {
|
||||||
|
height: 62px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table[data-line='3'] + div tbody .layui-table-cell {
|
||||||
|
height: 82px;
|
||||||
|
}
|
||||||
|
|
||||||
/* 表单验证异常提示 */
|
/* 表单验证异常提示 */
|
||||||
.label-required {
|
.label-required {
|
||||||
&-prev:before {
|
&-prev:before {
|
||||||
|
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