Commit 6614ea1a3423c2693ccb4ec7ee54221dc0065d76

Authored by 肖超群
2 parents 156ef31a 53d127c8

Merge branch 'develop' of http://git.huahengcloud.com/wms/wms4 into develop

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>
... ...