mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
fix: 修复侧边栏底部灰色空隙
This commit is contained in:
@@ -228,8 +228,12 @@ html.platform-macos #root {
|
||||
|
||||
.ss-immersive-sidebar {
|
||||
--ss-sidebar-width: 200px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
width: var(--ss-sidebar-width);
|
||||
overflow: hidden;
|
||||
background: var(--ss-sidebar-bg);
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
transition:
|
||||
@@ -239,6 +243,10 @@ html.platform-macos #root {
|
||||
will-change: width, opacity, transform;
|
||||
}
|
||||
|
||||
.ss-immersive-sidebar .ant-layout-sider {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.ss-immersive-sidebar.is-hidden {
|
||||
width: 0;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user