zhangqiOMG 2 anos atrás
pai
commit
c1076e73f0
1 arquivos alterados com 4 adições e 2 exclusões
  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;
 }