mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
fix: 修复 GiTable 表格右下角外部边框不完整的问题
This commit is contained in:
@@ -275,6 +275,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// 确保表格右侧边框显示
|
||||
.arco-table-scroll-y {
|
||||
border-right: 1px solid var(--color-border-table);
|
||||
}
|
||||
|
||||
// 表格类名,高度自适应,分页始终固定在最底部
|
||||
.gi_full_table {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user