From 5247a158408d0e11ee860d65db40cd2b1279c118 Mon Sep 17 00:00:00 2001 From: wmd Date: Mon, 6 Dec 2021 11:53:52 +0800 Subject: [PATCH] =?UTF-8?q?wmd=E8=B4=B4=E5=9B=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/ui/menu/css/ContextMenu.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/ui/menu/css/ContextMenu.css b/web/src/ui/menu/css/ContextMenu.css index 03a3da73..e3934a1e 100644 --- a/web/src/ui/menu/css/ContextMenu.css +++ b/web/src/ui/menu/css/ContextMenu.css @@ -1,7 +1,8 @@ .ContextMenu { font: 13px 'Microsoft YaHei'; color: rgb(0, 0, 0); - background: rgb(240, 240, 240); + /*background: rgb(240, 240, 240);*/ + background-color: rgba(51, 51, 51, 100); margin: 0; padding: 0; border: 1px solid rgb(195, 195, 195); -- Gitee