ant Design vue中a-row 内容不会垂直居中

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>

你可能感兴趣的:(前端相关案例,vue.js,javascript,前端,ant,Design,vue)