Skip to content

col xxxl 未生效 #6544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
qingyuun opened this issue May 9, 2023 · 5 comments
Closed
1 task done

col xxxl 未生效 #6544

qingyuun opened this issue May 9, 2023 · 5 comments
Labels

Comments

@qingyuun
Copy link

qingyuun commented May 9, 2023

  • 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

Edit on CodeSandbox

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 时,未能正确解析,

@qingyuun
Copy link
Author

qingyuun commented May 9, 2023

image
中没有 xxxl

@aibayanyu20
Copy link
Member

aibayanyu20 commented May 10, 2023

v4文档未更新,同步ant-designv5文档,在v4版本默认情况下仅到xxl

@tangjinzhou
Copy link
Member

tangjinzhou commented May 11, 2023

v4文档未更新,同步ant-designv5文档,在v4版本默认情况下仅到xxl

@aibayanyu20 这个定制不能扩展吧,只能更改
antdv 的 xxxl 是自己加的,antd 之前就没有

感觉去掉也可行,升级文档要说明下

@aibayanyu20
Copy link
Member

v4文档未更新,同步ant-designv5文档,在v4版本默认情况下仅到xxl

@aibayanyu20 这个定制不能扩展吧,只能更改 antdv 的 xxxl 是自己加的,antd 之前就没有

感觉去掉也可行,升级文档要说明下

好的,我加一下

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants