From 53d127c8aba2e024fc83bb762c4e6ac3f2c00fa5 Mon Sep 17 00:00:00 2001 From: TanYibin <5491541@qq.com> Date: Tue, 21 May 2024 16:15:58 +0800 Subject: [PATCH] 库位监控样式修正 --- ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue b/ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue index 72eba4f..b07340a 100644 --- a/ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue +++ b/ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue @@ -65,8 +65,8 @@ <li><span>库位:</span><input type="text" style="width: 100px; font-size: 12px; border: none;" id="code" disabled/></li><br><br> <li><span>容器:</span><input type="text" style="width: 200px; font-size: 12px; border: none;" id="containerCode" disabled/></li><br><br> <li style="width: 100%;"> - <span style="height: 32px; line-height:26px;">物料信息:</span> - <a-textarea v-model="materialInfo" auto-size style="width: 80%; font-size: 12px; resize: none; vertical-align:top; border: none; box-shadow: none; outline:none;" readonly /> + <span style="height: 32px; line-height:26px;">物料:</span> + <a-textarea v-model="materialInfo" auto-size style="padding: 4px 5px; width: 80%; font-size: 12px; resize: none; vertical-align:top; border: none; box-shadow: none; outline:none;" readonly /> </li> </ul> </div> -- libgit2 0.22.2