fix: 侧边栏宽度从 228px 缩窄到 190px
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:
@@ -36,7 +36,7 @@ html, body {
|
|||||||
/* ============ 布局:CSS Grid 全宽顶栏 + 浮岛间距 ============ */
|
/* ============ 布局:CSS Grid 全宽顶栏 + 浮岛间距 ============ */
|
||||||
.template > .el-container {
|
.template > .el-container {
|
||||||
display: grid !important;
|
display: grid !important;
|
||||||
grid-template-columns: 228px 1fr !important;
|
grid-template-columns: 190px 1fr !important;
|
||||||
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;
|
||||||
@@ -79,7 +79,7 @@ html, body {
|
|||||||
.template > .el-container > .el-aside {
|
.template > .el-container > .el-aside {
|
||||||
grid-column: 1 !important;
|
grid-column: 1 !important;
|
||||||
grid-row: 2 !important;
|
grid-row: 2 !important;
|
||||||
width: 228px !important;
|
width: 190px !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user