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;
}

View File

@@ -1,5 +1,22 @@
/* 全局样式 */
@import './var.scss';
.w-full {
width: 100%;
}
.h-full {
height: 100%;
}
.overflow-hidden {
overflow: hidden;
}
.flex-1 {
flex: 1;
}
// 通用外边距
.gi_margin {
margin: $margin;
@@ -223,10 +240,12 @@
}
}
.gi_table_box {
max-height: 100%;
// 表格类名 高度自适应
.gi_table {
flex: 1;
overflow: hidden;
}
.detail{
height: 100%;
display: flex;