add 标准拆解单(部分)

This commit is contained in:
赵霄
2023-09-08 18:04:32 +08:00
parent c7c1a9aa27
commit 3cd0745366
6 changed files with 222 additions and 49 deletions
+3 -3
View File
@@ -94,6 +94,9 @@ export default {
.user-organ-wrap {
width: 100%;
position: relative;
display: flex;
align-items: center;
height: 39.98px;
.user-input {
resize: none;
@@ -102,10 +105,7 @@ export default {
}
.button-box {
height: 38px;
margin-left: 5px;
position: absolute;
top: 0;
}
}
</style>