-
Notifications
You must be signed in to change notification settings - Fork 288
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
在dialog里面嵌套input框,input框里的内容会抖动 #3078
Comments
👋 @luoxin59420,感谢给 TDesign 提出了 issue。 |
显示的时候 - input中的文本会自动往下动一下 |
@luoxin59420 添加css代码 <t-dialog style="animation: none;transition: none"></t-dialog> |
解决了抖动问题 但是点击不了了 |
我的可以解决,可以点击得了,但是在第一次进入时,还是有轻微抖动,后续再重复点击就不会了 |
<t-dialog
visible="{{showWithInput}}"
title="带输入框对话框"
confirm-btn="确定"
cancel-btn="取消"
bind:confirm="closeDialog"
bind:cancel="closeDialog"
在dialog里面嵌套input框,input框里的内容会抖动,该怎么处理呢?
The text was updated successfully, but these errors were encountered: