zhangqiOMG пре 2 година
родитељ
комит
c1076e73f0
1 измењених фајлова са 4 додато и 2 уклоњено
  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;
 }