-
Notifications
You must be signed in to change notification settings - Fork 266
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
🐛 [Bug]: form组件使用复杂布局,设置不同的size时,date-picker的高度不一致 #2490
Labels
bug
Something isn't working
Comments
Title: 🐛 [Bug]: The form component uses a complex layout. When different sizes are set, the heights between components are inconsistent. |
Lymanli
changed the title
🐛 [Bug]: form组件使用复杂布局,设置不同的size时,组件之间的高度不一致
🐛 [Bug]: form组件使用复杂布局,设置不同的size时,date-picker的高度不一致
Nov 7, 2024
gimmyhehe
added a commit
that referenced
this issue
Nov 8, 2024
13 tasks
zzcr
pushed a commit
that referenced
this issue
Nov 8, 2024
已修复,待发布补丁包~ |
Fixed, patch package to be released~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.19.0
Vue Version
3.4.27
Link to minimal reproduction
Step to reproduce
顶部有按钮small、medium、mini、null分别设置form的size值,null/daterange按钮设置日期标签中的date-picker组件的type值为daterange或date。
当date-picker的type值为date时,依次点击按钮small、medium、mini、null,可以观察到small、mini值的时候,form表单中组件输入框、日期标签的组件高度不同导致URL标签的组件前面空出一片区域;
点击null/daterange按钮切换date-picker的type值为daterange时,重复步骤1依次切换form的size值,输入框高度不一致导致URL标签前面空出一片区域;
What is expected
from在复杂布局下,form的size值在不同时,且date-picker的type值不同时,表单组件不会因个别组件高度不同而前面空出一片。
What is actually happening
from在复杂布局下,form的size值在small和mini,date-picker的type在date和daterange时,表单中input、date-picker高度与checkbox高度不一致,导致表单组件没有按顺序排列而是空出一片
What is your project name
form表单
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: