@kaiyinchem/ky-uniui 1.0.24 → 1.0.26

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.
@@ -332,7 +332,7 @@
332
332
  }
333
333
  }
334
334
  &.small {
335
- padding: 15rpx 24rpx;
335
+ padding: 0 20rpx;
336
336
  .opt-txt, .opt-val {
337
337
  font-size: 24rpx;
338
338
  }
@@ -340,6 +340,13 @@
340
340
  font-size: 30rpx;
341
341
  width: 30rpx;
342
342
  }
343
+ .opt-right {
344
+ min-height: 50rpx;
345
+ }
346
+ .opt-input {
347
+ min-height: 55rpx;
348
+ line-height: 55rpx;
349
+ }
343
350
  }
344
351
  &.gray {
345
352
  .opt-txt {
@@ -121,7 +121,7 @@
121
121
  },
122
122
  },
123
123
  mounted() {
124
- if (!this.manual || !this.api) {
124
+ if (!this.manual && this.api) {
125
125
  this.init()
126
126
  }
127
127
  this.msg = this.errMsg
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@kaiyinchem/ky-uniui",
3
3
  "author": "kaiyin team",
4
- "private": false,
4
+ "private": false,
5
5
  "files": [
6
6
  "components",
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.24",
10
+ "version": "1.0.26",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"
14
14
  },
15
- "publishConfig": {
16
- "access": "public"
17
- },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
18
  "keywords": [
19
19
  "uniapp"
20
20
  ],
@@ -22,7 +22,9 @@
22
22
  "url": "https://github.com/yezipi/ky-uniui/issues"
23
23
  },
24
24
  "homepage": "https://github.com/yezipi/ky-uniui#readme",
25
- "scripts": {
26
- },
27
- "license": "ISC"
25
+ "scripts": {},
26
+ "license": "ISC",
27
+ "dependencies": {
28
+ "@dcloudio/uni-ui": "^1.4.28"
29
+ }
28
30
  }