-
Notifications
You must be signed in to change notification settings - Fork 294
🐛 [Bug]: 树插槽中设置 TinyNumeric 和 TinyInput的 size 属性无法 #3119
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
Comments
Title: 🐛 [Bug]: The size attributes of TinyNumeric and TinyInput cannot be set in the tree slot. |
目前没有找到其他类似的问题或解决方案。您可以尝试以下方法来解决这个问题:
如果这些方法仍然无法解决问题,您可以考虑在 GitHub 上创建一个详细的 issue,附上最小可复现的代码示例,以便开发者更好地帮助您。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
No other similar problems or solutions were found at this time. You can try the following to solve this problem:
If these methods still don't solve the problem, you might consider creating a detailed issue on GitHub with minimal reproducible code examples so developers can help you better. 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
It seems like you are facing an issue with setting the
If these steps do not resolve the issue, you may want to create a detailed issue on GitHub with a minimal reproducible example. This will help the developers understand and address the problem more effectively. 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
已定位,由于tree组件 样式的input 优先级,高于 numeric 及 input的样式的 mini的,导致设置其size属性不生效。 |
It has been positioned that due to the input priority of the tree component style, which is higher than the mini style of numeric and input, the size attribute is set to not take effect. |
Version
latest
Vue Version
3
Link to minimal reproduction
none
Step to reproduce
不管size 设置成什么, 高度都不变。

error1.txt
What is expected
No response
What is actually happening
No response
What is your project name
none
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: