@kaiyinchem/ky-uniui 1.0.42 → 1.0.44

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.
@@ -191,7 +191,7 @@
191
191
  justify-content: center;
192
192
  padding: 0;
193
193
  margin: 0;
194
- min-width: 150rpx;
194
+ min-width: 120rpx;
195
195
  &:after {
196
196
  display: none
197
197
  }
@@ -11,7 +11,7 @@
11
11
  </view>
12
12
 
13
13
  <view v-if="loadState === 0 || !loadState" :class="{ isRelative }" class="ky-fetch-loading">
14
- <ky-loading v-if="!$slots.loading" :type="loadingType"></ky-loading>
14
+ <ky-loading v-if="!$slots.loading" :type="loadingType" :isRelative="isRelative"></ky-loading>
15
15
  <slot name="loading"></slot>
16
16
  </view>
17
17
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.42",
10
+ "version": "1.0.44",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"