vue-devui
vue-devui copied to clipboard
🐛 [Bug]: d-button 大小不一致
Version
1.6.0
Vue Version
3.3.4
Link to minimal reproduction
Step to reproduce
执行npm create vue@latest 创建一个vue3+ts+router+pinia的项目 然后按照https://vue-devui.github.io/quick-start/这个来引入组件 默认的button按钮的样式很小
What is expected
我希望这是一个正常大小的按钮
What is actually happening
No response
Any additional comments (optional)
No response
并没有开缩放
在class类里面 看到.devui-button--md没有高度 但是在官网的案例里面是有这个样式的
于是自己加了一个样式
https://github.com/DevCloudFE/vue-devui/pull/1692 对应修改已合入 等待版本发布