十一月十一凌晨更新
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user