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