Merge pull request #3 from Lewage59/feat/header-style

feat: 顶部样式置顶调整
addon-dailer
Eason 3 years ago committed by GitHub
commit 12c2dab38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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