diff --git a/web/src/VectorsetListPage.js b/web/src/VectorsetListPage.js index 72c5c49..861f0c2 100644 --- a/web/src/VectorsetListPage.js +++ b/web/src/VectorsetListPage.js @@ -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 (
diff --git a/web/src/VideoListPage.js b/web/src/VideoListPage.js index 881decf..323a0fc 100644 --- a/web/src/VideoListPage.js +++ b/web/src/VideoListPage.js @@ -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 (
diff --git a/web/src/WordsetListPage.js b/web/src/WordsetListPage.js index 811d894..b8d376f 100644 --- a/web/src/WordsetListPage.js +++ b/web/src/WordsetListPage.js @@ -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 (