-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
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 [email protected]
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 时,未能正确解析,