From fee32c1d12cbd007aa544aa68d1741c85165a8d7 Mon Sep 17 00:00:00 2001 From: Jin Mao Date: Wed, 15 Apr 2026 17:22:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除冗余的空值检查,简化数组长度判断条件 - 统一导入语句的引号格式为双引号 - 优化 VbenScrollbar 组件的显示条件逻辑 - 更新清除按钮的禁用状态判断逻辑 --- .../layouts/src/widgets/notification/notification.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/effects/layouts/src/widgets/notification/notification.vue b/packages/effects/layouts/src/widgets/notification/notification.vue index 5382e6d3f..7d0f5105c 100644 --- a/packages/effects/layouts/src/widgets/notification/notification.vue +++ b/packages/effects/layouts/src/widgets/notification/notification.vue @@ -74,14 +74,14 @@ const handleClear = () => {
{{ $t('ui.widgets.notifications') }}
- +