Improve action column width
This commit is contained in:
parent
49d8ae8918
commit
10a99d2e1c
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue