动态表格头部固定

feat/task1-c-wallet
Devil 2020-12-13 13:37:24 +08:00
parent 8de059ca44
commit bf449ada16
1 changed files with 4 additions and 2 deletions

View File

@ -550,7 +550,9 @@ button.colorpicker-submit img {
.am-table-scrollable-horizontal .am-table tr th {
background: #e8e6e6;
min-width: 100px;
position: relative;
position: sticky;
z-index: 1020;
top: 0;
}
.am-table-scrollable-horizontal .am-table tr .am-grid-xxxl {
min-width: 650px;
@ -580,7 +582,7 @@ button.colorpicker-submit img {
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-left,
.am-table-scrollable-horizontal .am-table tr .am-grid-fixed-right {
height: auto;
z-index: 2;
z-index: 1020;
position: sticky;
}
.am-table-scrollable-horizontal .am-table tr td.am-grid-fixed-left,