From 7e889842714e309934afa926b8a79f30fdf6b044 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 6 May 2024 11:56:38 +0800 Subject: [PATCH] Update uni-im-load-state.vue --- components/uni-im-load-state/uni-im-load-state.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 0fb4c17..70f681d 100644 --- a/components/uni-im-load-state/uni-im-load-state.vue +++ b/components/uni-im-load-state/uni-im-load-state.vue @@ -39,9 +39,11 @@ align-items: center; flex-direction: row; /* #ifdef APP-NVUE */ - width: 750rpx; + width: 750rpx; + /* #endif */ + /* #ifndef APP-NVUE */ + width: 100%; /* #endif */ - flex: 1; } .refresh-icon { width: 25px; @@ -51,6 +53,6 @@ .refresh-text { color: #bbb; - font-size: 14px; + font-size: 14px; } \ No newline at end of file -- GitLab