Browse Source

tooltip样式修改-设置最大宽度

liucf 6 năm trước cách đây
mục cha
commit
599b4df8af
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/less/admin.less

+ 4 - 0
src/less/admin.less

@@ -163,4 +163,8 @@
 }
 .el-pagination{
   min-width: 980px;
+}
+.el-tooltip__popper {
+  max-width: 900px;
+  line-height: 180%;
 }