diff --git a/klp-ui/src/views/wms/delivery/components/wayBill.vue b/klp-ui/src/views/wms/delivery/components/wayBill.vue index b4f8809f..1fd725db 100644 --- a/klp-ui/src/views/wms/delivery/components/wayBill.vue +++ b/klp-ui/src/views/wms/delivery/components/wayBill.vue @@ -699,8 +699,10 @@ export default { /* 备注样式 */ .waybill-remarks { margin-bottom: 30px; - font-size: 16px; + font-size: 15px; line-height: 1.5; + /* font-weight: 600; */ + font-weight: bold; text-align: justify; }