style(wms): 调整运单备注的字体大小和加粗样式
This commit is contained in:
@@ -699,8 +699,10 @@ export default {
|
|||||||
/* 备注样式 */
|
/* 备注样式 */
|
||||||
.waybill-remarks {
|
.waybill-remarks {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
/* font-weight: 600; */
|
||||||
|
font-weight: bold;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user