@@ -330,8 +330,11 @@ $base-color: #3f84f6;
}
.mp-btn-wrap {
position: fixed;
- bottom: 1.2rem;
+ bottom: .98rem;
left: 0;
right: 0;
+ height: 1.2rem;
+ padding-top: .21rem;
+ background: #f1f3f7;
@@ -723,7 +723,7 @@
this.setRemindText('品牌不能为空')
return
} else if (this.MaterielItem.kind === '') {
- this.setRemindText('类目不能为空')
+ this.setRemindText('物料名称不能为空')
} else if (this.MaterielItem.pcmpcode === '') {
this.setRemindText('型号不能为空')