Improve table columns

This commit is contained in:
Yang Luo
2023-08-14 12:19:02 +08:00
parent b7a001ea39
commit 7a2a40edcc
2 changed files with 10 additions and 10 deletions

View File

@ -182,7 +182,7 @@ class OrganizationListPage extends BaseListPage {
title: i18next.t("organization:Website URL"),
dataIndex: "websiteUrl",
key: "websiteUrl",
width: "300px",
width: "200px",
sorter: true,
...this.getColumnSearchProps("websiteUrl"),
render: (text, record, index) => {
@ -243,7 +243,7 @@ class OrganizationListPage extends BaseListPage {
title: i18next.t("general:Action"),
dataIndex: "",
key: "op",
width: "320px",
width: "350px",
fixed: (Setting.isMobile()) ? "false" : "right",
render: (text, record, index) => {
return (