diff --git a/dev_wms_client/src/layout/pda.vue b/dev_wms_client/src/layout/pda.vue index d3a2abe..3858ece 100644 --- a/dev_wms_client/src/layout/pda.vue +++ b/dev_wms_client/src/layout/pda.vue @@ -24,12 +24,20 @@ - + - + @@ -480,4 +488,29 @@ export default { margin-top: 10px; font-size: 18px; } + +.highlight-pick-qty { + background-color: #dbeeff !important; /* 淡蓝色背景 */ + font-weight: bold !important; /* 加粗 */ + font-size: 28px !important; /* 放大字体 */ +} + +:deep(.highlight-pick-qty .el-input__inner) { + background-color: #dbeeff !important; /* 淡蓝色背景 */ + font-weight: bold !important; /* 加粗 */ + font-size: 28px !important; /* 放大字体 */ + text-align: center; + height: 45px; +} + +/* 新增样式:减小剩余数量字体 */ +.small-remain-qty { + font-size: 16px !important; +} + +:deep(.small-remain-qty .el-input__inner) { + font-size: 16px !important; + text-align: center; + height: 30px; +}