From b4f4a0878a00c06636c217627c0c1221d469716c Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 6 May 2024 11:46:46 +0800 Subject: [PATCH] Update uni-im-load-state.vue --- components/uni-im-load-state/uni-im-load-state.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/uni-im-load-state/uni-im-load-state.vue b/components/uni-im-load-state/uni-im-load-state.vue index 1d37a37..0fb4c17 100644 --- a/components/uni-im-load-state/uni-im-load-state.vue +++ b/components/uni-im-load-state/uni-im-load-state.vue @@ -40,7 +40,8 @@ flex-direction: row; /* #ifdef APP-NVUE */ width: 750rpx; - /* #endif */ + /* #endif */ + flex: 1; } .refresh-icon { width: 25px; -- GitLab