This commit is contained in:
蔡玲
2024-12-02 15:47:46 +08:00
parent 3d453e0a8d
commit b119196a33
3 changed files with 28 additions and 22 deletions

View File

@@ -530,6 +530,11 @@ uni-toast .uni-toast {
z-index: 102;
transition: all .5s;
}
.pop-wraper_1 {
width: 94%;
left: 3%;
padding: 1% 1.5% 1% 2.8%;
}
.kwcode_wraper {
height: calc(100% - 85px);
margin: 60px auto;
@@ -542,10 +547,10 @@ uni-toast .uni-toast {
padding-left: 20px;
}
.pop-grid-wraper {
width: calc(100% - 30px);
width: 100%;
height: calc(80vh - 105px);
margin: 0 auto 20px auto;
padding: 0 6px;
padding: 0;
overflow-y: scroll;
}
.zd-pop-th-wraper {
@@ -554,6 +559,7 @@ uni-toast .uni-toast {
.zd-pop-td {
background-color: RGBA(23, 123, 172, 0.4);
border-bottom: 1px solid #177BAC;
white-space: pre-wrap;
}
.popChecked .zd-pop-td {
background-color: RGBA(23, 123, 172, 1);