@kaiyinchem/ky-uniui 1.0.32 → 1.0.34

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.
@@ -107,11 +107,13 @@
107
107
  }
108
108
  this.emit()
109
109
  } else {
110
- if (count < min) {
110
+ if (count < min) {
111
+ this.count = min
111
112
  this.$toast('超出最小数值')
112
113
  }
113
114
 
114
- if (count > max) {
115
+ if (count > max) {
116
+ this.count = max
115
117
  this.$toast('超出最大数值')
116
118
  }
117
119
  this.emit()
@@ -318,7 +318,7 @@
318
318
  justify-content: center;
319
319
  align-items: center;
320
320
  z-index: 0;
321
- &.ky-fetch-error {
321
+ &.isRelative {
322
322
  position: relative;
323
323
  margin-bottom: 24rpx;
324
324
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.32",
10
+ "version": "1.0.34",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"