Browse Source

完善收货单管理

master
yunuo970428 2 weeks ago
parent
commit
4338a930ad
  1. 10
      yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue

10
yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue

@ -374,20 +374,20 @@ export default {
} }
.span-sty { .span-sty {
width: 150px !important; width: 180px !important;
} }
.addinputInfo { .addinputInfo {
margin-left: 140px !important; margin-left: 170px !important;
} }
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw { .formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw {
margin-left: 140px !important; margin-left: 170px !important;
width: calc(100% - 135px); width: calc(100% - 165px);
} }
/deep/ .el-form-item__error { /deep/ .el-form-item__error {
margin-left: 140px !important; margin-left: 170px !important;
} }
.first_row { .first_row {

Loading…
Cancel
Save