From 04326e9c127fe46461b4d9940d34b102ae2b9393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 15:02:22 +0800 Subject: [PATCH] =?UTF-8?q?style(wms):=20=E8=B0=83=E6=95=B4=E8=BF=90?= =?UTF-8?q?=E5=8D=95=E5=A4=87=E6=B3=A8=E7=9A=84=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=92=8C=E5=8A=A0=E7=B2=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/views/wms/delivery/components/wayBill.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }