diff --git a/wms_web_nantong_yachi/src/layout/orderIn.vue b/wms_web_nantong_yachi/src/layout/orderIn.vue index 080e4f6..2e350ce 100644 --- a/wms_web_nantong_yachi/src/layout/orderIn.vue +++ b/wms_web_nantong_yachi/src/layout/orderIn.vue @@ -7,19 +7,19 @@ - + - + - + @@ -96,22 +96,22 @@ - + - + - + - + @@ -123,11 +123,11 @@ - - - - 查询入库单 - 重置查询 + + + 查询入库单 + 重置查询 + diff --git a/wms_web_nantong_yachi/src/layout/orderOut.vue b/wms_web_nantong_yachi/src/layout/orderOut.vue index f064c90..ed3d73d 100644 --- a/wms_web_nantong_yachi/src/layout/orderOut.vue +++ b/wms_web_nantong_yachi/src/layout/orderOut.vue @@ -4,35 +4,31 @@
出库单信息 - - - + + + - + - + - + - - - + - + - + - + - - - - 提交出库单 - 重置表单 + + 提交 + 重置 @@ -201,4 +197,32 @@ pre { :deep(.el-input-number) { width: 100%; } + +.form-row { + display: flex; + align-items: center; +} + +:deep(.custom-input) { + width: 100%; +} + +:deep(.custom-input .el-input__inner), +:deep(.custom-input .el-input-number__decrease), +:deep(.custom-input .el-input-number__increase), +:deep(.custom-input .el-input-number__inner) { + height: 40px; + line-height: 40px; +} + +.btn-col { + display: flex; + align-items: center; + justify-content: space-around; +} + +.btn-col .el-button { + margin-left: 0; + height: 40px; +} \ No newline at end of file