ElemeFE / element

A Vue.js 2.0 UI Toolkit for Web
https://element.eleme.io/
MIT License
54.12k stars 14.64k forks source link

[Bug Report] el-select的prefix与文字重叠。 #20368

Open cdisk opened 4 years ago

cdisk commented 4 years ago

Element UI version

2.13.2

OS/Browsers version

windows10

Vue version

2.6.12

Reproduction Link

https://jsfiddle.net/qdpc63hw/1/

Steps to reproduce

  <el-select v-model="event.value.ref">
    <template slot="prefix">操作组件</template>
    <el-option label="组件1" value="1" />
    <el-option label="组件2" value="2" />
  </el-select>

What is Expected?

左侧文字不要与右侧选项重叠,文字是黑色。

What is actually happening?

左侧文字与右侧选项重叠,文字是灰色。

stale[bot] commented 2 years ago

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.