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 0fb4c17b47225ba9bf533d567b7d28b66ae0eb9c..70f681db61c36eef07ab310ca8267de11f507ff4 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