Fixed targeted CSS for table
这个提交包含在:
父节点
0f1f619e50
当前提交
bae9ec6645
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -560,18 +560,18 @@ input:invalid {
|
|||
height: 440px;
|
||||
}
|
||||
|
||||
.sfletable table {
|
||||
.sfletable.table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sfletable thead, tbody tr {
|
||||
.sfletable.table thead, .sfletable.table tbody tr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
display: inline-table;
|
||||
}
|
||||
|
||||
.sfletable tbody {
|
||||
.sfletable.table tbody {
|
||||
overflow-y: scroll;
|
||||
max-height: 380px;
|
||||
position: absolute;
|
||||
|
|
|
|||
正在加载…
在新工单中引用