// demo

.el-tooltip{
  min-winth: inherit; //  
}
@supports (min-width: unset){
  .el-tooltip{
     min-width: unset
}  
}    

  

相关文章: