feat: add resizable sidebar with splitter layout

This commit is contained in:
pa
2025-09-23 01:19:31 +09:00
committed by Natsumi
parent b75c1b1425
commit 24ea1887b7
5 changed files with 55 additions and 55 deletions

View File

@@ -241,6 +241,8 @@ a {
padding: 10px;
overflow: hidden auto;
background: #fff;
box-sizing: border-box;
height: 100%;
}
.x-login-container {
@@ -366,6 +368,8 @@ hr.x-vertical-divider {
background: #f8f8f8;
padding: 5px;
order: 99;
height: 100%;
box-sizing: border-box;
}
// .el-popper.x-quick-search {