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;
 }