partially fixed simplefle css
这个提交包含在:
父节点
c5e0d26696
当前提交
aac094b69d
共有 1 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -575,20 +575,20 @@ input:invalid {
|
|||
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: 95%;
|
||||
.sfletable table tbody {
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
max-height: 440px;
|
||||
position: absolute;
|
||||
|
|
|
|||
正在加载…
在新工单中引用