feat: 顶部样式置顶调整

addon-dailer
Lewage59 3 years ago
parent 20f5d1a79c
commit 29cf59bbbf

@ -12,13 +12,16 @@
.main-table-wrap table th {
background-color: white;
position: sticky;
top: -1px;
top: 50px;
}
.top-control {
position: sticky;
display: flex;
align-items: center;
margin: 10px;
background-color: #fff;
top: 0;
padding: 10px;
}
.top-control > div {

Loading…
Cancel
Save