Browse Source

[Improve-9118][UI Next][V1.0.0-Alpha] Extend the column of the resource name on the page of the UDF resource management. (#9119)

calvin 3 years ago
parent
commit
8db65fcf1e

+ 1 - 1
dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts

@@ -80,7 +80,7 @@ export function useTable() {
       {
         title: t('resource.udf.udf_source_name'),
         key: 'alias',
-        width: 60,
+        width: 220,
         render: (row) => {
           return !row.directory
             ? row.alias