From 319edf6a9c0161939b0ba15315e1df9def6e94e8 Mon Sep 17 00:00:00 2001 From: QuietlyChan <1013893148@qq.com> Date: Tue, 9 Apr 2024 16:00:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8C=BA=E5=9F=9F=E5=8F=B3=E4=B8=8B=E8=A7=92=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=A0=8F=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=B1=85=E4=B8=AD?= =?UTF-8?q?bug=EF=BC=8C=E5=B9=B6=E8=B0=83=E6=95=B4=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/ContentEdit/components/EditTools/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/chart/ContentEdit/components/EditTools/index.vue b/src/views/chart/ContentEdit/components/EditTools/index.vue index 3f7ada41..a1fcc9b5 100644 --- a/src/views/chart/ContentEdit/components/EditTools/index.vue +++ b/src/views/chart/ContentEdit/components/EditTools/index.vue @@ -182,13 +182,13 @@ const btnList: BtnListType[] = [ key: 'import', type: TypeEnum.IMPORTUPLOAD, name: '导入', - icon: ShareIcon + icon: DownloadIcon }, { key: 'export', type: TypeEnum.BUTTON, name: '导出', - icon: DownloadIcon, + icon: ShareIcon, handle: exportHandle }, { @@ -231,6 +231,8 @@ $asideBottom: 70px; border: 1px solid; @include fetch-border-color('hover-border-color-shallow'); &.aside { + display: flex; + justify-content: center; flex-direction: column-reverse; height: auto; right: 20px;