feat(组件): 增强物料选择组件功能并优化样式
- 为ProductSelect、MaterialSelect和RawMaterialSelect组件添加多选支持 - 优化el-select组件样式,调整高度和标签显示宽度 - 在QRCode组件中添加内容变化监听自动生成二维码 - 在标签预览组件中添加qrcodeRecordId字段 - 在基础面板中添加物料多选查询和状态筛选功能
This commit is contained in:
@@ -847,6 +847,13 @@ body {
|
||||
.el-select {
|
||||
.el-input__inner {
|
||||
border-radius: 0;
|
||||
height: 24px !important;
|
||||
}
|
||||
|
||||
.el-select__tags {
|
||||
.el-tag {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
// 下拉面板
|
||||
|
||||
Reference in New Issue
Block a user