This commit is contained in:
2023-05-12 17:59:29 +08:00
parent fbba9c4f41
commit 15b6cfbd84
3 changed files with 127 additions and 80 deletions

View File

@@ -284,13 +284,12 @@
_wh(100%, 100%)
padding 20px 20px 30px 20px
.buttons_wrapper
.row
margin-bottom 10px
margin-bottom 10px
.grid_wrapper
width 100%
table
table-layout: fixed;
width: 100%;
min-width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 0
@@ -302,13 +301,13 @@
white-space: nowrap;
text-align: center;
position: sticky;
top: 0;
top: -1px;
background: #d7d7d7;
font-size: 14px;
line-height: 23px;
color: #323232;
font-weight: bold;
z-index: 100;
z-index: 99;
padding 12px 10px;
td
box-sizing: border-box;
@@ -326,3 +325,11 @@
background: #fff;
&:last-child
border-right: none;
.grid_wrapper table th:first-child
position: sticky;
left: 0;
z-index: 100;
.grid_wrapper table td:first-child
position: sticky;
left: 0;
z-index: 99;