From e6f4316bb78d49fbbade282a3ed309f343591d67 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 16 May 2024 10:13:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=90=E5=8F=98=E8=89=B2=E5=92=8C=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E5=B9=BF=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Detail/DesignDetailAlter.vue | 7 +++---- src/component/HomePage/ColorboardUpload.vue | 4 ++-- src/views/HomeMain.vue | 4 ++-- src/views/HomeView/history.vue | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/component/Detail/DesignDetailAlter.vue b/src/component/Detail/DesignDetailAlter.vue index 1f721bea..b16da427 100644 --- a/src/component/Detail/DesignDetailAlter.vue +++ b/src/component/Detail/DesignDetailAlter.vue @@ -190,11 +190,11 @@ --> - +
@@ -861,7 +861,6 @@ export default defineComponent({ }); }, setOperate(){ - console.log(this.selectColor); this.selectColor.rgba = this.selectColor?.rgba?.r?this.selectColor.rgba:{r:0,g:0,b:0,a:1} this.gradient.selectIndex = 0 this.gradient.gradientShow = true diff --git a/src/component/HomePage/ColorboardUpload.vue b/src/component/HomePage/ColorboardUpload.vue index 74c97b6f..d747612c 100644 --- a/src/component/HomePage/ColorboardUpload.vue +++ b/src/component/HomePage/ColorboardUpload.vue @@ -49,11 +49,11 @@
--> - +
diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index 8fb4cfb2..ab40ea79 100644 --- a/src/views/HomeMain.vue +++ b/src/views/HomeMain.vue @@ -44,9 +44,9 @@ {{$t('Header.HISTORY')}} - +
diff --git a/src/views/HomeView/history.vue b/src/views/HomeView/history.vue index 1186c181..ac8876d6 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: 150, dataIndex: 'sketchCount', key: 'sketchCounts' }, + { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 80, dataIndex: 'sketchCount', key: 'sketchCounts' }, { title: useI18n().t('HistoryPage.Operations'), key: 'operation', align:'center', fixed: 'right', - width: 150, + width: 180, // slots:{customRender:'action'} Operations:true, },