Commit 53d127c8aba2e024fc83bb762c4e6ac3f2c00fa5

Authored by 谭毅彬
1 parent aeea98bd

库位监控样式修正

Signed-off-by: TanYibin <5491541@qq.com>
ant-design-vue-jeecg/src/views/system/monitor/locationStatus.vue
... ... @@ -65,8 +65,8 @@
65 65 <li><span>库位:</span><input type="text" style="width: 100px; font-size: 12px; border: none;" id="code" disabled/></li><br><br>
66 66 <li><span>容器:</span><input type="text" style="width: 200px; font-size: 12px; border: none;" id="containerCode" disabled/></li><br><br>
67 67 <li style="width: 100%;">
68   - <span style="height: 32px; line-height:26px;">物料信息:</span>
69   - <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 />
  68 + <span style="height: 32px; line-height:26px;">物料:</span>
  69 + <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 />
70 70 </li>
71 71 </ul>
72 72 </div>
... ...