From 539ac1c33f5733a1e43edd294bc3c6c51006578f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 一月 2023 09:44:55 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/index.scss | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss index cd544eb..69b5302 100644 --- a/src/tabviews/zshare/actionList/index.scss +++ b/src/tabviews/zshare/actionList/index.scss @@ -26,3 +26,34 @@ display: none; } } +.mk-more { + display: inline-block; + height: 28px; + border: 1px solid #d8d8d8; + line-height: 28px; + padding: 0 10px 0px 20px; + border-radius: 4px; + cursor: pointer; + .anticon-down { + margin-left: 3px; + } +} +.mk-button-dropdown-wrap { + box-shadow: 0 0 2px #bcbcbc; + background: #ffffff; + min-width: 85px; + button { + display: block; + margin: 0!important; + width: 100%; + height: 34px; + border-radius: 0px; + padding-left: 15px!important; + .anticon { + display: none; + } + .anticon + span { + margin-left: 0px; + } + } +} -- Gitblit v1.8.0