element [Bug Report] el-rate 组件在form表单中没有和label垂直居中对齐

dzhpxtsq  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(91)

Element UI version

2.14.0

OS/Browsers version

Google Chrome 版本 86.0.4240.111(正式版本) (64 位)

Vue version

2.6.12

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 与评分组件未垂直对齐

qgelzfjb

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.

相关问题