接口联调,合并出入库页面

This commit is contained in:
2024-03-01 15:39:56 +08:00
parent 690f8d7dcc
commit 0468cbcdec
7 changed files with 81 additions and 461 deletions

View File

@@ -418,13 +418,20 @@ uni-button{
.pop-wraper {
position: fixed;
bottom: 10%;
left: 10%;
width: 80%;
left: 15%;
width: 70%;
height: 80%;
padding: 1% 2%;
background: center / 100% 100% url(./static/images/pop_bg.png) no-repeat;
z-index: 2017;
transition: all .3s;
transition: all .4s;
}
.pop-wraper_1 {
bottom: 30%;
height: 40%;
}
.kwcode_wraper {
height: calc(100% - 170rpx)
}
.pop-title {
font-size: 36rpx;