feat: 新增左树右表布局组件GiLeftRightPane封装,分割面板组件GiSplitPaneButton封装,以及代码优化(同步 GiDemo 更新)

This commit is contained in:
2025-01-13 23:00:28 +08:00
parent 6595a77317
commit ccfec2155f
14 changed files with 374 additions and 23 deletions

View File

@@ -57,15 +57,3 @@ a:hover {
color: inherit;
text-decoration: none;
}
.w-full {
width: 100%;
}
.h-full {
height: 100%;
}
.ov-hidden {
overflow: hidden;
}