From c32d2bdfc8bf997cf0de9dee78420771da99a5fc Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Fri, 13 Aug 2021 11:26:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(title.vue):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=9A=84repeat;=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/components/Title/Title.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04c03f..ea6e026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ roles | 修复默认显示不是我的角色的问题 | b69f94f role | 切换角色的逻辑修正完善 | 4ae534f task任务逻辑完善 | 减少初始global及regular的不必要请求 | bd4bd38 + - | title.vue根据页面栈显示返回按钮;标题文本超出显示... | 0cbacf4 - | 上下滑动加载定期任务 | 4090d89 - | 上下滚动时间轴 | d533a01 - | 下拉加载定期任务传参,时间格式化修改 | 0b95a0e diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index 729dc6b..1641c1a 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -1,8 +1,8 @@