From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue
index a203417..0fa17e8 100644
--- a/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue
+++ b/node_modules/@dcloudio/uni-ui/lib/uni-load-more/uni-load-more.vue
@@ -26,7 +26,7 @@
<!-- #ifndef APP-NVUE -->
<view v-else-if="!webviewHide && status === 'loading' && showIcon"
:style="{width:iconSize+'px',height:iconSize+'px'}" class="uni-load-more__img uni-load-more__img--ios-H5">
- <image :src="imgBase64" mode="widthFix"></image>
+ <image class="image" :src="imgBase64" mode="widthFix"></image>
</view>
<!-- #endif -->
<text v-if="showText" class="uni-load-more__text"
@@ -210,7 +210,7 @@
animation: loading-ios-H5 1s 0s step-end infinite;
}
- .uni-load-more__img--ios-H5 image {
+ .uni-load-more__img--ios-H5 .image {
position: absolute;
width: 100%;
height: 100%;
--
Gitblit v1.9.3