feat:样品库管理

This commit is contained in:
houjunxiang
2025-11-21 17:56:33 +08:00
parent 7ee3df9ab9
commit 753766893b
24 changed files with 818 additions and 218 deletions

View File

@@ -70,7 +70,7 @@ const open = () => {
justify-content: space-between;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
padding: 4px 0;
padding: 8px 0;
}
.label-my {
color: #606266;
@@ -80,7 +80,8 @@ const open = () => {
text-align: center;
font-size: 18px;
font-weight: 400;
padding: 10px;
padding: 20px;
padding-top: 35px;
background-color: $uni-color-primary;
color: #fff;
}