visuddhinanda пре 2 година
родитељ
комит
cdca2f573a
1 измењених фајлова са 5 додато и 4 уклоњено
  1. 5 4
      dashboard/src/components/channel/ChannelTable.tsx

+ 5 - 4
dashboard/src/components/channel/ChannelTable.tsx

@@ -174,6 +174,7 @@ const ChannelTableWidget = ({
               id: "forms.fields.title.label",
             }),
             dataIndex: "title",
+            width: 250,
             key: "title",
             tip: "过长会自动收缩",
             ellipsis: true,
@@ -225,7 +226,7 @@ const ChannelTableWidget = ({
             }),
             dataIndex: "role",
             key: "role",
-            width: 100,
+            width: 80,
             search: false,
             filters: true,
             onFilter: true,
@@ -264,7 +265,7 @@ const ChannelTableWidget = ({
             }),
             dataIndex: "type",
             key: "type",
-            width: 100,
+            width: 80,
             search: false,
             filters: true,
             onFilter: true,
@@ -313,7 +314,7 @@ const ChannelTableWidget = ({
             }),
             dataIndex: "publicity",
             key: "publicity",
-            width: 100,
+            width: 80,
             search: false,
             filters: true,
             onFilter: true,
@@ -333,7 +334,7 @@ const ChannelTableWidget = ({
           {
             title: intl.formatMessage({ id: "buttons.option" }),
             key: "option",
-            width: 120,
+            width: 100,
             valueType: "option",
             render: (text, row, index, action) => {
               return [