Skip to content

Commit 8dbb8f5

Browse files
committed
fix: bug fix
1 parent 3316dd1 commit 8dbb8f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/views/system/user/User.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,10 @@ onMounted(() => {
758758
width: 100%;
759759
max-height: calc(100vh - 150px);
760760
overflow-y: auto;
761+
762+
:deep(.ed-popper.is-dark) {
763+
max-width: 400px;
764+
}
761765
:deep(.ed-table) {
762766
--el-table-header-bg-color: #f5f7fa;
763767
--el-table-border-color: #ebeef5;

0 commit comments

Comments
 (0)