zhangqiOMG 2 vuotta sitten
vanhempi
commit
c1076e73f0
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4 2
      src/style/style.css

+ 4 - 2
src/style/style.css

@@ -232,6 +232,8 @@ ul{
   text-decoration: underline;
   cursor: pointer;
 }
-.el-tooltip div,.el-tooltip span,.el-tooltip p{
-  overflow: hidden !important;white-space: nowrap !important;text-overflow: ellipsis !important;
+.el-tooltip span,.el-tooltip p{
+  overflow: hidden;
+  white-space: nowrap !important;
+  text-overflow: ellipsis !important;
 }