From 0b398a5413fb73678a4fb67990a4754fe7046738 Mon Sep 17 00:00:00 2001 From: LuckyFBB <976060700@qq.com> Date: Tue, 8 Oct 2024 10:49:53 +0800 Subject: [PATCH] fix(contextmenu): change contextMenu style --- src/contextMenu/style.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/contextMenu/style.scss b/src/contextMenu/style.scss index 172bf179b..5de059c6d 100644 --- a/src/contextMenu/style.scss +++ b/src/contextMenu/style.scss @@ -1,19 +1,4 @@ .dtc-contextMenu-menu { - padding: 0; - background: #FFF; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); - border-radius: 2px; min-width: 90px; max-width: 160px; - .ant-dropdown-menu-item { - color: rgba(0, 0, 0, 0.65); - font-size: 12px; - font-weight: normal; - white-space: nowrap; - text-decoration: none; - line-height: inherit; - &:hover { - background: #EEF6FE; - } - } }