样式bug
This commit is contained in:
@@ -205,7 +205,7 @@ uni-toast .uni-toast {
|
||||
position: sticky;
|
||||
right: 0;
|
||||
z-index: 5;
|
||||
box-shadow: inset 2px 0px 2px 0px rgba(19, 19, 19, 30%);
|
||||
box-shadow: inset 2px 0px 2px 0px rgba(19, 19, 19, 0.05);
|
||||
}
|
||||
.grid-table th:nth-child(2), .grid-table td:nth-child(2) {
|
||||
position: sticky;
|
||||
@@ -274,7 +274,11 @@ uni-toast .uni-toast {
|
||||
width: 100%;
|
||||
/* background: #142954 center / 100% 100% url(./static/images/grid_bg.png) no-repeat; */
|
||||
overflow: hidden;
|
||||
top: 52px;
|
||||
top: 51px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.zd-bor-bottom {
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
}
|
||||
.zd-sec-th-wraper {
|
||||
width: 100%;
|
||||
@@ -295,7 +299,6 @@ uni-toast .uni-toast {
|
||||
color: #909399;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
background-color: #fff;
|
||||
}
|
||||
.zd-sec-th {
|
||||
@@ -322,7 +325,6 @@ uni-toast .uni-toast {
|
||||
color: #909399;
|
||||
padding: 5px 2px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #ebeef5;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user