mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
fix: improve ProviderTable column UI
This commit is contained in:
parent
8d08140421
commit
bafa80513b
@ -118,7 +118,7 @@ class ProviderTable extends React.Component {
|
||||
title: i18next.t("user:Country/Region"),
|
||||
dataIndex: "countryCode",
|
||||
key: "countryCode",
|
||||
width: "80px",
|
||||
width: "140px",
|
||||
render: (text, record, index) => {
|
||||
if (record.provider?.category !== "SMS") {
|
||||
return null;
|
||||
@ -227,7 +227,7 @@ class ProviderTable extends React.Component {
|
||||
title: i18next.t("application:Rule"),
|
||||
dataIndex: "rule",
|
||||
key: "rule",
|
||||
width: "120px",
|
||||
width: "160px",
|
||||
render: (text, record, index) => {
|
||||
if (record.provider?.type === "Google") {
|
||||
if (text === "None") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user