mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-27 14:52:56 +00:00
refactor: 重构工作台与首页仪表盘模块
- 调整dashboard工作台与首页的组件布局与模块迁移 - 统一卡片样式与hover交互效果 - 修复部分样式顺序与css语法问题 - 移除冗余的github corner组件与重复的页面模块
This commit is contained in:
@@ -966,9 +966,9 @@ function deleteEdge(edgeId: string, getEdges: () => Edge[], setEdges: (edges: Ed
|
||||
|
||||
.canvas-container {
|
||||
flex: 1;
|
||||
min-height: 400px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user