From ea35d40aee2f7b17a4117b5fab97249b53df3dfd Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Tue, 22 Sep 2020 18:03:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:alert=20message=20&=20project=20=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=83=A8=E5=88=86=E5=88=97=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 4 ++++ nezha-fronted/src/components/page/project/project.vue | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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;