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 {