10000 col xxxl 未生效 · Issue #6544 · vueComponent/ant-design-vue · GitHub
[go: up one dir, main page]

Skip to content
col xxxl 未生效 #6544
Closed
Closed
@qingyuun

Description

@qingyuun
  • 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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0