Added scrollable QSO table
这个提交包含在:
父节点
df4c24f9a2
当前提交
0f1f619e50
共有 2 个文件被更改,包括 23 次插入 和 2 次删除
|
|
@ -116,7 +116,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="qsoList">
|
<div class="qsoList">
|
||||||
<table class="table table-condensed table-striped table-sm" id="qsoTable">
|
<table class="table table-condensed table-striped table-sm sfletable" id="qsoTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php echo lang('general_word_date'); ?></th>
|
<th><?php echo lang('general_word_date'); ?></th>
|
||||||
|
|
|
||||||
|
|
@ -554,4 +554,25 @@ div#station_logbooks_linked_table_paginate {
|
||||||
|
|
||||||
input:invalid {
|
input:invalid {
|
||||||
border-color: red;
|
border-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sfletable{
|
||||||
|
height: 440px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sfletable table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sfletable thead, tbody tr {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
display: inline-table;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sfletable tbody {
|
||||||
|
overflow-y: scroll;
|
||||||
|
max-height: 380px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用