Skip to content

Commit 08e2ede

Browse files
committed
fix: bug fix
1 parent 0750046 commit 08e2ede

File tree

1 file changed

+2
-1
lines changed
  • frontend/src/views/system/permission

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ const columnRules = {
498498
table_id: [
499499
{
500500
required: true,
501-
message: t('datasource.Please_select') + t('common.empty') + t('permission.set_rule'),
501+
message: t('datasource.Please_select') + t('common.empty') + t('permission.data_table'),
502502
trigger: 'change',
503503
},
504504
],
@@ -850,6 +850,7 @@ const columnRules = {
850850
.ed-empty_200 {
851851
padding-top: 200px;
852852
padding-bottom: 0;
853+
height: auto;
853854
}
854855
.tool-left {
855856
display: flex;

0 commit comments

Comments
 (0)