diff --git a/ruoyi-admin/src/main/resources/templates/home/special_view.html b/ruoyi-admin/src/main/resources/templates/home/special_view.html index 2a4594e..a377201 100644 --- a/ruoyi-admin/src/main/resources/templates/home/special_view.html +++ b/ruoyi-admin/src/main/resources/templates/home/special_view.html @@ -148,7 +148,12 @@ color: #4774ce; font-size: 22px; } - + .custom-tree-node{ + font-size: 18px !important; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } .el-tree-node__label { font-size: 18px; overflow: hidden; @@ -156,8 +161,8 @@ text-overflow: ellipsis; } - .el-tree-node__children .el-tree-node__label { - font-size: 16px; + .el-tree-node__children .custom-tree-node { + font-size: 16px !important; } .custom-tree-node { @@ -307,8 +312,10 @@ {{item2.createTime | formatDate}} -
  • - +
  • +
    + +