From 28ffa57fde5a2ecd001587e0a2d544d73461b634 Mon Sep 17 00:00:00 2001
From: X1627315083 <1627315083@qq.com>
Date: Mon, 8 Jul 2024 17:04:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8B=E8=BD=BD=E6=95=99?=
=?UTF-8?q?=E7=A8=8B=E7=9A=84=E6=96=87=E4=BB=B6=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/component/WorksPage/Falls.vue | 11 +++++------
src/views/HomeMain.vue | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/component/WorksPage/Falls.vue b/src/component/WorksPage/Falls.vue
index 7c33f1e2..00773bd7 100644
--- a/src/component/WorksPage/Falls.vue
+++ b/src/component/WorksPage/Falls.vue
@@ -30,7 +30,7 @@
@{{ item.userName }}
-
{{item.portfolioName}}
+
{{item.portfolioName}}
@@ -344,18 +344,17 @@ export default defineComponent({
line-height: 1;
width: 60%;
width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
color: #000;
display: flex;
flex-direction: column;
align-items: flex-start;
>div{
+ width: 100%;
font-size: 16px;
- display: flex;
- align-items: center;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
span{
font-size: 12px;
diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue
index 276a4f0a..20f4f861 100644
--- a/src/views/HomeMain.vue
+++ b/src/views/HomeMain.vue
@@ -300,7 +300,7 @@ export default defineComponent({
// showViewVideo('https://code-create.com.hk/wp-content/uploads/2022/11/aida_video.mp4')
const a = document.createElement('a');
a.href = url;
- a.download = 'presentation.pptx'; // 下载的文件名
+ a.download = 'aida_3.0-Manual.pptx'; // 下载的文件名
document.body.appendChild(a);
a.click();
},