From 432b788acf901b0720184b8ee8bc81a2e6fa47e0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 28 九月 2021 18:22:02 +0800 Subject: [PATCH] 2021-09-28 --- src/menu/menushell/index.scss | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/menu/menushell/index.scss b/src/menu/menushell/index.scss index 18ca1c9..21f8a7d 100644 --- a/src/menu/menushell/index.scss +++ b/src/menu/menushell/index.scss @@ -1,6 +1,5 @@ .menu-shell-inner { - min-height: calc(100vh - 150px); - padding: 16px; + min-height: calc(100vh - 100px); width: 100%; background-size: 100%; @@ -15,4 +14,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