Element UI version
2.14.0
OS/Browsers version
Google Chrome 版本 86.0.4240.111(正式版本) (64 位)
Vue version
2.6.12
Reproduction Link
https://codepen.io/zhili124/pen/WNxJJjQ
Steps to reproduce
<el-form :model="ruleForm" ref="ruleForm" label-width="100px">
<el-form-item label="活动评分" prop="rate">
<el-rate v-model="ruleForm.rate"></el-rate>
</el-form-item>
</el-form>
What is Expected?
"活动评分" label 与评分组件垂直对齐
What is actually happening?
"活动评分" label 与评分组件未垂直对齐
1条答案
按热度按时间qgelzfjb1#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.