feat(界面): 添加刷新按钮并优化全屏对话框样式
在导航栏添加刷新按钮方便用户操作,同时优化全屏对话框的滚动和间距样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user