feat(界面): 添加刷新按钮并优化全屏对话框样式

在导航栏添加刷新按钮方便用户操作,同时优化全屏对话框的滚动和间距样式
This commit is contained in:
砂糖
2026-04-07 11:05:45 +08:00
parent 3d27e14620
commit 38f980dbbf
2 changed files with 15 additions and 0 deletions

View File

@@ -944,6 +944,14 @@ body {
}
}
.el-dialog.is-fullscreen {
.el-dialog__body {
padding: $--spacing-lg;
max-height: calc(100vh - 100px);
overflow-y: auto;
}
}
// 抽屉
.el-drawer {
// background: $--metal-gradient-light;