Skip to content

DateTimeRangePicker样式遮挡 #3219

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
bowencool opened this issue Nov 19, 2020 · 3 comments
Closed
1 task done

DateTimeRangePicker样式遮挡 #3219

bowencool opened this issue Nov 19, 2020 · 3 comments
Labels

Comments

@bowencool
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

2.0.0-rc.1

Environment

"vue": "^3.0.2", "ant-design-vue": "^2.0.0-rc.1",

Reproduction link

https://2x.antdv.com/components/date-picker-cn/

Steps to reproduce

文档上就能复现
image
在我这边更严重
image

          <a-range-picker
            v-model:value="requestData.range"
            :show-time="{ format: 'HH:mm:ss' }"
            format="YYYY-MM-DD HH:mm:ss"
          />

What is expected?

正常显示

What is actually happening?

没有显示

@tangjinzhou
Copy link
Member

使用 style="width: 360px" 配置总宽度

@bowencool
Copy link
Author

使用 style="width: 360px" 配置总宽度

写了,但是好像被覆盖了

        <a-form-item label="付款时间" v-bind="validateInfos.range">
          <a-range-picker
            style="width: 375px;"
            v-model:value="requestData.range"
            :show-time="{ format: 'HH:mm:ss' }"
            format="YYYY-MM-DD HH:mm:ss"
            :ranges="rangeOptions"
          />
        </a-form-item>

image

zkwolf added a commit to zkwolf/ant-design-vue that referenced this issue Nov 23, 2020
@github-actions
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 Nov 24, 2021
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

2 participants