fixing table format
这个提交包含在:
父节点
adb8526704
当前提交
1a11d4aa60
共有 2 个文件被更改,包括 5 次插入 和 6 次删除
|
|
@ -120,7 +120,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="qsoList">
|
<div class="qsoList">
|
||||||
<table class="table table-striped table-bordered table-sm sfletable" id="qsoTable">
|
<table class="table contacttable table-striped table-hover sfletable" id="qsoTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo lang('general_word_date'); ?></th>
|
<th><?php echo lang('general_word_date'); ?></th>
|
||||||
|
|
|
||||||
|
|
@ -576,20 +576,19 @@ div#station_logbooks_linked_table_paginate {
|
||||||
height: 470px;
|
height: 470px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable table {
|
.sfletable.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable table thead,
|
.sfletable.table thead, .sfletable.table tbody tr {
|
||||||
.sfletable table tbody tr {
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sfletable table tbody {
|
.sfletable.table tbody {
|
||||||
width: 100%;
|
width: 95%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
max-height: 440px;
|
max-height: 440px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用