From 808774c3337d9853bb3e510738efee137e7f281c Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Sun, 1 Feb 2026 20:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/web-gold/src/views/dh/VoiceCopy.vue | 2 +- frontend/app/web-gold/src/views/trends/Forecast.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/web-gold/src/views/dh/VoiceCopy.vue b/frontend/app/web-gold/src/views/dh/VoiceCopy.vue index 51da97a8b5..8fd235b3b1 100644 --- a/frontend/app/web-gold/src/views/dh/VoiceCopy.vue +++ b/frontend/app/web-gold/src/views/dh/VoiceCopy.vue @@ -162,7 +162,7 @@ const isCreateMode = computed(() => formMode.value === 'create') const columns = [ { title: '配音名称', key: 'name', dataIndex: 'name', width: 200 }, { title: '创建时间', key: 'createTime', dataIndex: 'createTime', width: 180 }, - { title: '操作', key: 'actions', width: 200, fixed: 'right' } + { title: '操作', key: 'actions', width: 90, fixed: 'right' } ] // ========== 表单验证规则 ========== diff --git a/frontend/app/web-gold/src/views/trends/Forecast.vue b/frontend/app/web-gold/src/views/trends/Forecast.vue index 048fcd31b6..645b7189fa 100644 --- a/frontend/app/web-gold/src/views/trends/Forecast.vue +++ b/frontend/app/web-gold/src/views/trends/Forecast.vue @@ -1,13 +1,13 @@