From 59602a132538a354b5812a789e315ce361e0003f Mon Sep 17 00:00:00 2001 From: killer <1533063601@qq.com> Date: Sat, 17 Jul 2021 14:29:33 +0800 Subject: [PATCH] fix: Fix the user list cannot be displayed completely Signed-off-by: killer <1533063601@qq.com> --- web/src/UserListPage.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/UserListPage.js b/web/src/UserListPage.js index e10d7e5f..02bcedc6 100644 --- a/web/src/UserListPage.js +++ b/web/src/UserListPage.js @@ -146,7 +146,7 @@ class UserListPage extends React.Component { title: i18next.t("general:Display name"), dataIndex: 'displayName', key: 'displayName', - // width: '100px', + width: '100px', sorter: (a, b) => a.displayName.localeCompare(b.displayName), }, { @@ -245,6 +245,7 @@ class UserListPage extends React.Component { dataIndex: '', key: 'op', width: '190px', + fixed: 'right', render: (text, record, index) => { return (