Skip to content

Commit a0ae545

Browse files
committed
fix(Settings): Unify Interface Style
1 parent 45951b0 commit a0ae545

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

frontend/src/views/system/permission/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ const columnRules = {
914914
padding: 16px 0 16px 0;
915915
916916
.ed-empty_200 {
917-
padding-top: 200px;
917+
padding-top: 292px;
918918
padding-bottom: 0;
919919
height: auto;
920920
}

frontend/src/views/system/training/index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,10 @@ const onRowFormClose = () => {
645645
height: 100%;
646646
position: relative;
647647
648+
:deep(.ed-table__empty-text) {
649+
padding-top: 160px;
650+
}
651+
648652
.datasource-yet {
649653
padding-bottom: 0;
650654
height: auto;

0 commit comments

Comments
 (0)