From 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十二月 2023 21:05:37 +0800 Subject: [PATCH] 2023-12-12 --- src/menu/menushell/index.scss | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/menu/menushell/index.scss b/src/menu/menushell/index.scss index 8ac5399..ac770fb 100644 --- a/src/menu/menushell/index.scss +++ b/src/menu/menushell/index.scss @@ -1,17 +1,9 @@ .menu-shell-inner { - min-height: calc(100vh - 150px); - padding: 16px; - width: 100%; + min-height: calc(100vh - 100px); + width: auto!important; + overflow-x: hidden; background-size: 100%; - >.ant-row { - margin-left: -4px; - margin-right: -4px; - margin-top: -4px; - >.ant-col { - padding: 8px; - } - } .anticon { cursor: unset; } @@ -23,4 +15,10 @@ >.ant-empty { padding-top: 150px; } + .anticon-tool { + color: rgba(0, 0, 0, 0.55); + } + .anticon-tool:hover { + color: #1890ff; + } } \ No newline at end of file -- Gitblit v1.8.0