CSS3 属性支持检测,解决ie不支持unset

// demo

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

  

posted @ 2020-05-26 10:08  曾志呀  阅读(933)  评论(0编辑  收藏  举报