fixing table format

这个提交包含在:
HB9HIL 2023-11-17 23:07:08 +01:00
父节点 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;