ant Design vue中a-row 内容不会垂直居中
ant Design vue中a-row内容不会垂直居中a-row需要添加一个高度style=“min-height:100vh”
·
a-row需要添加一个高度style=“min-height:100vh”
<template>
<a-row type="flex" justify="center" align="middle" style="min-height:90vh">
<a-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
哈哈哈哈
</a-col>
</a-row>
</template>
更多推荐
已为社区贡献3条内容
所有评论(0)