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