diff --git a/src/components/common/PromptStore/index.vue b/src/components/common/PromptStore/index.vue index 7ce7ec8..7bc9879 100644 --- a/src/components/common/PromptStore/index.vue +++ b/src/components/common/PromptStore/index.vue @@ -257,7 +257,6 @@ const createColumns = (): DataTableColumns => { { title: t('store.title'), key: 'renderKey', - width: 160, }, { title: t('store.description'), @@ -296,6 +295,7 @@ const createColumns = (): DataTableColumns => { }, ] } + const columns = createColumns() watch( @@ -321,152 +321,143 @@ const dataSource = computed(() => {