From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/menushell/index.scss | 41 +++++++++++------------------------------ 1 files changed, 11 insertions(+), 30 deletions(-) diff --git a/src/menu/menushell/index.scss b/src/menu/menushell/index.scss index fd9cc3f..21f8a7d 100644 --- a/src/menu/menushell/index.scss +++ b/src/menu/menushell/index.scss @@ -1,42 +1,23 @@ .menu-shell-inner { - min-height: calc(100vh - 150px); - margin: -8px; + min-height: calc(100vh - 100px); + width: 100%; + background-size: 100%; - >.ant-col { - padding: 8px; + .anticon { + cursor: unset; } .mk-component-card { position: relative; - .remove-component { - position: absolute; - right: 40px; - top: -13px; - color: #ff4d4f; - border-radius: 2px; - padding: 5px; - cursor: pointer; - opacity: 0; - } } - .mk-component-card:hover { - .remove-component { - opacity: 1; - } - .model-datasource > .anticon-setting { - opacity: 1; - } - } + >.ant-empty { padding-top: 150px; } - - .model-datasource > .anticon-setting { - font-size: 16px; - padding: 5px; - position: absolute; - right: 0px; - top: -19px; - opacity: 0; + .anticon-tool { + color: rgba(0, 0, 0, 0.55); + } + .anticon-tool:hover { + color: #1890ff; } } \ No newline at end of file -- Gitblit v1.8.0