From 3a9effd36f8684aa9705c7ed98ea9ddbc4e17ea3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 01 四月 2024 17:03:30 +0800 Subject: [PATCH] 2024-04-01 --- src/tabviews/zshare/actionList/tabbutton/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/tabbutton/index.scss b/src/tabviews/zshare/actionList/tabbutton/index.scss index 8b13789..cb1f053 100644 --- a/src/tabviews/zshare/actionList/tabbutton/index.scss +++ b/src/tabviews/zshare/actionList/tabbutton/index.scss @@ -1 +1,15 @@ +.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; + } +} \ No newline at end of file -- Gitblit v1.8.0