出入库需求

This commit is contained in:
蔡玲
2024-12-10 13:23:56 +08:00
parent 82a46aa3b7
commit ae118f3793
3 changed files with 70 additions and 40 deletions

View File

@@ -126,7 +126,7 @@ uni-toast .uni-toast {
width: calc(100% - 20px);
height: calc(100% - 112px);
margin: 0 auto;
padding: 4px 0;
padding: 4px 0 10px 0;
border: 1px solid #01c2f3;
border-radius: 4px;
background-color: rgba(1, 114, 195, 40%);