未验证 提交 43727739 编写于 作者: Y Yancy 提交者: GitHub

<a-form-item> should be nested under <a-col>

上级 d399ec90
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
<a-cascader :options="areaOptions" @change="onChange" :showSearch="{filter}" placeholder="Please select" /> <a-cascader :options="areaOptions" @change="onChange" :showSearch="{filter}" placeholder="Please select" />
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-form-item :wrapperCol="{ span: 12, offset: 5 }"> <a-col :md="24" :sm="24">
<a-col :md="24" :sm="24"> <a-form-item :wrapperCol="{ span: 12, offset: 5 }">
<a-button type="primary" htmlType="submit">Submit</a-button> <a-button type="primary" htmlType="submit">Submit</a-button>
</a-col> </a-form-item>
</a-form-item> </a-col>
</a-form> </a-form>
</a-card> </a-card>
</template> </template>
...@@ -68,4 +68,4 @@ ...@@ -68,4 +68,4 @@
}) })
} }
} }
</script> </script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册