From bcef9a2845e6800704fecb3eb60c204f80854a07 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 九月 2020 09:17:24 +0800 Subject: [PATCH] 2020-09-24 --- src/menu/components/tabs/tabcomponents/index.scss | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/src/menu/components/tabs/tabcomponents/index.scss b/src/menu/components/tabs/tabcomponents/index.scss index fa3a441..b65895c 100644 --- a/src/menu/components/tabs/tabcomponents/index.scss +++ b/src/menu/components/tabs/tabcomponents/index.scss @@ -10,39 +10,8 @@ .mk-component-card { position: relative; - .remove-component { - position: absolute; - right: 42px; - top: -16px; - color: #ff4d4f; - border-radius: 2px; - font-size: 16px; - padding: 5px; - cursor: pointer; - opacity: 0; - transition: opacity 0.2s; - } - } - >.mk-component-card:hover { - >.remove-component { - opacity: 1; - } - > div >.model-datasource .anticon-setting, >.menu-tabs-edit-box > .model-menu-tabs-setting .anticon-setting { - opacity: 1; - } } >.ant-empty { padding: 60px 0px 70px; - } - - .model-datasource > .anticon-setting, .model-menu-tabs-setting > .anticon-setting { - font-size: 16px; - padding: 5px; - position: absolute; - right: 0px; - top: -30px; - opacity: 0; - cursor: pointer; - transition: opacity 0.2s; } } \ No newline at end of file -- Gitblit v1.8.0