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