样式bug

This commit is contained in:
2026-08-12 09:17:04 +08:00
parent bfdc3caa92
commit 1444d57758
8 changed files with 33 additions and 25 deletions

View File

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