fix: 侧边栏和内容区之间加 20px 间距
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -40,7 +40,7 @@ html, body {
|
|||||||
grid-template-rows: 64px 1fr !important;
|
grid-template-rows: 64px 1fr !important;
|
||||||
min-height: 100vh !important;
|
min-height: 100vh !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
gap: 0 !important;
|
column-gap: 20px !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user