Element: 按钮组结合Tooltip使用时,按钮组中按钮的样式错乱

Created on 16 Jan 2017  ·  3Comments  ·  Source: ElemeFE/element

ElementUI version


1.1.3

Vue version


2.1.8

Code

<el-button-group class="operation-btn">
  <el-tooltip content="编辑" placement="top">
    <el-button icon="edit" @click="handleEdit"></el-button>
  </el-tooltip>
  <el-tooltip content="编辑" placement="top">
    <el-button icon="setting" @click="handleSetting"></el-button>
  </el-tooltip>
  <el-tooltip content="编辑" placement="top">
    <el-button icon="delete" @click="handleDelete"></el-button>
  </el-tooltip>
</el-button-group>

Steps to reproduce

按钮组结合Tooltip使用时,按钮组中按钮的样式错乱

feature request

Most helpful comment

这样的话目前没办法让 buttonGroup 和 tooltip 结合使用,我重写下 tooltip,放在 1.2 里

All 3 comments

image
@QingWei-Li 多谢回复:-D 我是指这种按钮组的样式没有了

这样的话目前没办法让 buttonGroup 和 tooltip 结合使用,我重写下 tooltip,放在 1.2 里

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yorululu picture yorululu  ·  3Comments

no5no6 picture no5no6  ·  3Comments

mochenxm picture mochenxm  ·  3Comments

yubo111 picture yubo111  ·  3Comments

makunsusu picture makunsusu  ·  3Comments