|
@@ -578,21 +578,18 @@ const dateClass = (status) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.col-name,
|
|
.col-name,
|
|
|
- .col-risk,
|
|
|
|
|
.col-action {
|
|
.col-action {
|
|
|
position: sticky;
|
|
position: sticky;
|
|
|
z-index: 2;
|
|
z-index: 2;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
th.col-name,
|
|
th.col-name,
|
|
|
- th.col-risk,
|
|
|
|
|
th.col-action {
|
|
th.col-action {
|
|
|
z-index: 4;
|
|
z-index: 4;
|
|
|
background: #edf1f6;
|
|
background: #edf1f6;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
td.col-name,
|
|
td.col-name,
|
|
|
- td.col-risk,
|
|
|
|
|
td.col-action {
|
|
td.col-action {
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
}
|
|
}
|
|
@@ -601,13 +598,13 @@ const dateClass = (status) => {
|
|
|
left: 0;
|
|
left: 0;
|
|
|
width: 140px;
|
|
width: 140px;
|
|
|
min-width: 140px;
|
|
min-width: 140px;
|
|
|
|
|
+ box-shadow: 2px 0 6px rgba(22, 33, 58, 0.08);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.col-risk {
|
|
.col-risk {
|
|
|
- left: 140px;
|
|
|
|
|
- width: 100px;
|
|
|
|
|
- min-width: 100px;
|
|
|
|
|
- box-shadow: 2px 0 6px rgba(22, 33, 58, 0.08);
|
|
|
|
|
|
|
+ width: 140px;
|
|
|
|
|
+ min-width: 140px;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.col-action {
|
|
.col-action {
|