Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.0-beta.3
Environment
chrome vue@3.2.47
Reproduction link
Steps to reproduce
<template>
<a-row>
<a-col :span="24">col</a-col>
</a-row>
<a-row>
<a-col :span="12">col-12</a-col>
<a-col :span="12">col-12</a-col>
</a-row>
<a-row>
<a-col :span="8">col-8</a-col>
<a-col :span="8">col-8</a-col>
<a-col :span="8">col-8</a-col>
</a-row>
<a-row>
<a-col :xxl="{ span: 2 }">col-2</a-col>
<a-col :xxxl="{ span: 2 }">col-2</a-col>
</a-row>
</template>
What is expected?
在 超大屏>2000 使用 xxxl,
是否会加回 xxxl 尺寸
What is actually happening?
col 使用 xxxl 时,未能正确解析,