diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 19e1384bf..b2571239f 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -2046,3 +2046,7 @@ li{ line-height: 50px; display: inline-block; } +.el-tooltip__popper{ + max-width: 500px; + line-height: 20px; +} diff --git a/nezha-fronted/src/components/page/project/project.vue b/nezha-fronted/src/components/page/project/project.vue index 5d1025536..e277b27fb 100644 --- a/nezha-fronted/src/components/page/project/project.vue +++ b/nezha-fronted/src/components/page/project/project.vue @@ -696,7 +696,7 @@ .project { height: 100%; } - .content-right-option { +/* .content-right-option { cursor: pointer; display: inline-block; margin-right: 6px; @@ -712,7 +712,7 @@ } .content-right-option .nz-icon-view:hover { color: #409EFF; - } + }*/ /* start--param*/ .param-btn { float: right;