mali-applet-ui 0.1.50 → 0.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@
2
2
  <view class="ml-load-more" :class="[className]">
3
3
  <slot></slot>
4
4
  <view v-if="showPage" class="ml-load-more-warpper">
5
- <view v-if="loadStatus === 'more'" class="ml-load-more-more">上拉显示更多</view>
6
- <view v-if="loadStatus === 'noMore'" class="ml-load-more-no-more">没有更多数据了</view>
5
+ <view v-if="loadStatus === 'more'" class="ml-load-more-status-more">上拉显示更多</view>
6
+ <view v-if="loadStatus === 'noMore'" class="ml-load-more-status-no-more">没有更多数据了</view>
7
7
  </view>
8
8
  </view>
9
9
  </template>
@@ -137,8 +137,8 @@ export default {
137
137
  <style lang="scss">
138
138
  .ml-load-more-warpper {
139
139
  text-align: center;
140
- .ml-load-more-more,
141
- .ml-load-more-no-more {
140
+ .ml-load-more-status-more,
141
+ .ml-load-more-status-no-more {
142
142
  padding: 20rpx;
143
143
  color: rgb(119, 119, 119);
144
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.1.50",
3
+ "version": "0.1.52",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",