style(wms): 调整运单备注的字体大小和加粗样式

This commit is contained in:
砂糖
2026-02-02 15:02:22 +08:00
parent 76466ad2e6
commit 04326e9c12

View File

@@ -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;
}