Compare commits

..

No commits in common. "330a53ba25bdba618ed5861aec8ee468ec104e4f" and "f1c12215c287501a4be54b2abaeefe0dd4aaa7ef" have entirely different histories.

4 changed files with 18 additions and 27 deletions

View File

@ -30,11 +30,26 @@
</div>
<div class="think-box-shadow">
{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-url="{:sysuri()}" data-target-search="form.form-search"></table>
</div>
{/block}
{block name='script'}
<style>
#QueueTable + div tbody .layui-table-cell {
height: 56px;
line-height: 22px;
}
#QueueTable + div tbody .layui-table-cell .layui-btn {
margin-top: 8px;
}
#QueueTable + div tbody .layui-table-cell.laytable-cell-checkbox {
line-height: 44px;
}
</style>
<script>
$(function () {
$('#QueueTable').layTable({

View File

@ -343,30 +343,6 @@
}
}
/* 自定义表格行高 */
table[data-line] + div tbody {
.layui-table-cell {
padding-top: 10px;
line-height: 22px;
&.laytable-cell-checkbox {
line-height: 44px;
}
.layui-btn {
margin-top: 8px;
}
}
}
table[data-line='2'] + div tbody .layui-table-cell {
height: 62px;
}
table[data-line='3'] + div tbody .layui-table-cell {
height: 82px;
}
/* 表单验证异常提示 */
.label-required {
&-prev:before {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long