Improve action column width

This commit is contained in:
Yang Luo 2023-07-16 02:28:27 +08:00
parent 49d8ae8918
commit 10a99d2e1c
3 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ class VectorsetListPage extends React.Component {
title: i18next.t("general:Action"),
dataIndex: "action",
key: "action",
width: "80px",
width: "180px",
render: (text, record, index) => {
return (
<div>

View File

@ -188,7 +188,7 @@ class VideoListPage extends React.Component {
title: i18next.t("general:Action"),
dataIndex: "action",
key: "action",
width: "80px",
width: "180px",
render: (text, record, index) => {
return (
<div>

View File

@ -168,7 +168,7 @@ class WordsetListPage extends React.Component {
title: i18next.t("general:Action"),
dataIndex: "action",
key: "action",
width: "80px",
width: "220px",
render: (text, record, index) => {
return (
<div>