十一月十一凌晨更新

This commit is contained in:
xk_guohonglei
2020-11-11 14:02:28 +08:00
parent 1d9a1ae3be
commit f1210f1a44
28 changed files with 1243 additions and 347 deletions

View File

@@ -23,7 +23,7 @@
mode="widthFix"></image>
</view>
<!-- #endif -->
<text class="uni-load-more__text" :style="{color: color}">{{ status === 'more' ? contentText.contentdown : status === 'loading' ? contentText.contentrefresh : contentText.contentnomore }}</text>
<text class="uni-load-more__text text-sm" :style="{color: color}">{{ status === 'more' ? contentText.contentdown : status === 'loading' ? contentText.contentrefresh : contentText.contentnomore }}</text>
</view>
</template>
@@ -71,7 +71,7 @@
},
color: {
type: String,
default: '#777777'
default: '#888'
},
contentText: {
type: Object,
@@ -137,7 +137,7 @@
}
.uni-load-more__text {
font-size: 15px;
font-size:14px;
}
.uni-load-more__img {