From 2f84ae1672aa759646bf261cd99e40f419df6ffe Mon Sep 17 00:00:00 2001 From: song Date: Thu, 9 Sep 2021 17:06:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=97=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=B6=88=E6=81=AF,=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/components/Title/Title.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e04775..3418d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,6 +135,7 @@ - | 定期任务骨架屏修改 | [8ff72dd](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/8ff72dd) - | 平车演示临时去掉项目快捷方式的toast提示 | [e0b2c23](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/e0b2c23) - | 手动展开日常任务 | [0a4a622](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/0a4a622) + - | 接受切换项目消息,分享项目 | [5ea2fe4](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/5ea2fe4) - | 提示信息显示bug及日常任务收缩问题 | [f2f06c5](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/f2f06c5) - | 插件bug解决 | [41257eb](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/41257eb) - | 收到消息修改任务状态 | [c378063](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/c378063) diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index 65313b0..b106820 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -190,7 +190,7 @@ export default { z-index: 99; padding: 15px; color: black; - animation: opacity 1s ease-in; + animation: opacity 0.5s ease-in; } @keyframes opacity {