We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45951b0 commit a0ae545Copy full SHA for a0ae545
frontend/src/views/system/permission/index.vue
@@ -914,7 +914,7 @@ const columnRules = {
914
padding: 16px 0 16px 0;
915
916
.ed-empty_200 {
917
- padding-top: 200px;
+ padding-top: 292px;
918
padding-bottom: 0;
919
height: auto;
920
}
frontend/src/views/system/training/index.vue
@@ -645,6 +645,10 @@ const onRowFormClose = () => {
645
height: 100%;
646
position: relative;
647
648
+ :deep(.ed-table__empty-text) {
649
+ padding-top: 160px;
650
+ }
651
+
652
.datasource-yet {
653
654
0 commit comments