mirror of https://github.com/ElemeFE/element
fix tooltip display in table
parent
a8a835aaa2
commit
c369a2c060
|
@ -39,6 +39,10 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-tooltip__rel {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
@modifier fit {
|
@modifier fit {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue