From 421ece95066bd4f671aa7f0a17d3fa69ebb60fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Thu, 19 May 2022 17:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/project/index.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/glcc/project/index.scss b/src/glcc/project/index.scss index 5055fd42..44a4a8ff 100644 --- a/src/glcc/project/index.scss +++ b/src/glcc/project/index.scss @@ -155,8 +155,14 @@ } } } -.projectItemPopover{width: 1200px;} +.projectItemPopover{ + width: 1200px; + .ant-popover-arrow{ + border-width: 12px; + } +} .projectItemPopover .ant-popover-inner{ + transform: translateY(8px); background-image:linear-gradient(180deg,#f1f5ff 0%,#ffffff 100%); border:1px solid #ffffff; border-radius:4px;