|
@@ -26,11 +26,11 @@
|
|
|
allowClear
|
|
|
placeholder="请选择价格级别"></v-select>
|
|
|
</a-form-model-item>
|
|
|
- <a-form-model-item label="添加品类" prop="productScopeList">
|
|
|
- <div class="typeListBox">
|
|
|
- <chooseTypeList ref="chooseTypeInfo" :maxHeight="500"></chooseTypeList>
|
|
|
- </div>
|
|
|
- </a-form-model-item>
|
|
|
+ <a-form-model-item label="添加品类" prop="productScopeList"></a-form-model-item>
|
|
|
+ <div class="typeListBox">
|
|
|
+ <chooseTypeList ref="chooseTypeInfo" :maxHeight="500"></chooseTypeList>
|
|
|
+ </div>
|
|
|
+
|
|
|
</a-form-model>
|
|
|
<div class="btn-cont">
|
|
|
<a-button id="chooseType-modal-back" @click="isShow = false" >取消</a-button>
|
|
@@ -58,7 +58,7 @@ export default {
|
|
|
isShow: this.openModal, // 是否打开弹框
|
|
|
spinning: false,
|
|
|
formItemLayout: {
|
|
|
- labelCol: { span: 4 },
|
|
|
+ labelCol: { span: 2 },
|
|
|
wrapperCol: { span: 18 }
|
|
|
},
|
|
|
form: {
|
|
@@ -136,4 +136,7 @@ export default {
|
|
|
margin: 35px 0 10px;
|
|
|
}
|
|
|
}
|
|
|
+ .has-error .ant-form-explain, .has-error .ant-form-split{
|
|
|
+ margin-top:9px;
|
|
|
+ }
|
|
|
</style>
|