弹窗
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user