From f9816a4078fdba44115c69025d9982997f23b484 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:00:49 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/tabbutton/index.scss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/tabbutton/index.scss b/src/tabviews/zshare/actionList/tabbutton/index.scss index 8b13789..6401b82 100644 --- a/src/tabviews/zshare/actionList/tabbutton/index.scss +++ b/src/tabviews/zshare/actionList/tabbutton/index.scss @@ -1 +1,19 @@ +.mk-tab-dropdown-wrap { + box-shadow: 0 0 2px #bcbcbc; + background: #ffffff; + min-width: 85px; + border-radius: 2px; + div { + height: 32px; + line-height: 32px; + padding: 0 15px; + color: rgba(0, 0, 0, 0.65); + background: #ffffff; + cursor: pointer; + } + div:hover { + background-color: var(--mk-sys-color); + color: #ffffff; + } +} \ No newline at end of file -- Gitblit v1.8.0