feat(标签打印): 添加钢卷标签打印功能并调整标签样式
- 在入库页面添加打印按钮及处理逻辑 - 修改标签样式,使用黑体并设置黑色字体 - 添加隐藏的label-render组件用于打印
This commit is contained in:
@@ -321,7 +321,8 @@ export default {
|
||||
.value-cell {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
/* font-family: 'Courier New', Courier, monospace; */
|
||||
color: #000;
|
||||
font-family: '黑体', serif;
|
||||
}
|
||||
|
||||
.nob {
|
||||
|
||||
Reference in New Issue
Block a user