From 31871ca836e6fcbea9b1c54e2ec15f49667bf093 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 23 十二月 2022 14:14:04 +0800 Subject: [PATCH] 2022-12-23 --- 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