Skip to content

Commit c4d37a8

Browse files
committed
fix: authorizedWorkspaceDialog save
1 parent 8869cca commit c4d37a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/system-shared/AuthorizedWorkspaceDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<el-radio value="BLACK_LIST">{{ $t('views.shared.BLACK_LIST') }}</el-radio>
1212
</el-radio-group>
1313
<p class="mb-8 lighter mt-16">{{ $t('views.shared.select_workspace') }}</p>
14-
<div class="flex border" v-loading="loading">
14+
<div class="flex border" v-loading="loading" style="overflow: hidden;">
1515
<div class="border-r">
1616
<el-input
1717
v-model="search"

0 commit comments

Comments
 (0)