mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
chore: 重命名表格样式(同步 GiDemo 更新)
This commit is contained in:
@@ -192,13 +192,12 @@
|
||||
}
|
||||
|
||||
// 表格页面
|
||||
.table-page {
|
||||
height: 100%;
|
||||
.gi_table_page {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
margin: $margin;
|
||||
background: var(--color-bg-1);
|
||||
padding: $padding;
|
||||
padding-bottom: 0;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user