From 7e4fbc84adadda4a75c7dbeb8101f645684ad933 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:34:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了 live/index.js 中的样式对象- 优化了 x-message 组件的样式计算逻辑 - 改进了 tangPopup 组件的动画效果,使过渡更快且不完全消失 --- app/components/x-message/message/index.vue | 23 +++++++++++-------- .../components/SideButton/tangPopup.vue | 5 ++-- app/stores/live/index.js | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/app/components/x-message/message/index.vue b/app/components/x-message/message/index.vue index 3b75985..dc78294 100644 --- a/app/components/x-message/message/index.vue +++ b/app/components/x-message/message/index.vue @@ -1,5 +1,4 @@