From 02ad32582e3a3b0e6f4b2d1b50593eff1d0558e3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 06 三月 2025 13:53:25 +0800 Subject: [PATCH] - --- src/uni_modules/uview-plus/components/u-notice-bar/u-notice-bar.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/uni_modules/uview-plus/components/u-notice-bar/u-notice-bar.vue b/src/uni_modules/uview-plus/components/u-notice-bar/u-notice-bar.vue index 548d07f..7fa4bfa 100644 --- a/src/uni_modules/uview-plus/components/u-notice-bar/u-notice-bar.vue +++ b/src/uni_modules/uview-plus/components/u-notice-bar/u-notice-bar.vue @@ -17,6 +17,7 @@ :disable-touch="disableTouch" :fontSize="fontSize" :duration="duration" + :justifyContent="justifyContent" @close="close" @click="click" ></u-column-notice> -- Gitblit v1.9.1