fixing table format

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