From 35b74d8b172b42debb528fc89c482eaa1cad275f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 30 八月 2022 14:43:22 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/console.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 2ee5d45..4069e12 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -346,6 +346,9 @@ cursor: inherit; color: rgb(194,76,65); } +.stock-group .item-hide:hover { + opacity: 0; +} .stock-group .item:last-of-type { border-right: 1px solid rgb(194,76,65); } -- Gitblit v1.9.1