From 7ad73a958e6eb7b8ac53b04c8b2c63e175bf4fda Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 16 May 2024 10:09:51 +0800 Subject: [PATCH] fix --- src/views/HomeView/history.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/HomeView/history.vue b/src/views/HomeView/history.vue index ac8876d6..1186c181 100644 --- a/src/views/HomeView/history.vue +++ b/src/views/HomeView/history.vue @@ -125,13 +125,13 @@ export default defineComponent({ let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss') return time }}, - { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 80, dataIndex: 'sketchCount', key: 'sketchCounts' }, + { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 150, dataIndex: 'sketchCount', key: 'sketchCounts' }, { title: useI18n().t('HistoryPage.Operations'), key: 'operation', align:'center', fixed: 'right', - width: 180, + width: 150, // slots:{customRender:'action'} Operations:true, },