mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
修复表单样式bug
This commit is contained in:
parent
1350ff05cb
commit
624e940bf3
@ -52,7 +52,7 @@
|
|||||||
fieldDecoratorId="repository.effectiveDate"
|
fieldDecoratorId="repository.effectiveDate"
|
||||||
:fieldDecoratorOptions="{rules: [{ required: true, message: '请选择生效日期'}]}"
|
:fieldDecoratorOptions="{rules: [{ required: true, message: '请选择生效日期'}]}"
|
||||||
>
|
>
|
||||||
<a-range-picker />
|
<a-range-picker style="width: 100%" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :xl="{span: 8, offset: 2}" :lg="{span: 10}" :md="{span: 24}" :sm="24">
|
<a-col :xl="{span: 8, offset: 2}" :lg="{span: 10}" :md="{span: 24}" :sm="24">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user