We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n-form中使用n-button的block,宽度会超出容器
如复现demo
https://stackblitz.com/edit/vitejs-vite-ub74gm?file=src%2FApp.vue
"vue": "^3.5.6", "naive-ui": "^2.39.0"
npm
The text was updated successfully, but these errors were encountered:
This is block props `s code
block
display: flex; width: 100%;
You should give the second button flex:1
flex:1
Sorry, something went wrong.
No branches or pull requests
描述错误
n-form中使用n-button的block,宽度会超出容器
复现步骤
如复现demo
最小复现链接
https://stackblitz.com/edit/vitejs-vite-ub74gm?file=src%2FApp.vue
系统信息
使用的包管理器
npm
验证
The text was updated successfully, but these errors were encountered: