@kaiyinchem/ky-uniui 1.0.28 → 1.0.30
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.
- package/components/ky-cell.vue +2 -3
- package/package.json +1 -1
package/components/ky-cell.vue
CHANGED
|
@@ -83,8 +83,7 @@
|
|
|
83
83
|
@input="onInput"
|
|
84
84
|
@focus="$emit('focus')"
|
|
85
85
|
@blur="$emit('blur')"
|
|
86
|
-
>
|
|
87
|
-
</textarea>
|
|
86
|
+
></textarea>
|
|
88
87
|
</view>
|
|
89
88
|
</view>
|
|
90
89
|
|
|
@@ -333,7 +332,7 @@
|
|
|
333
332
|
}
|
|
334
333
|
&.small {
|
|
335
334
|
padding: 0 20rpx;
|
|
336
|
-
.opt-txt, .opt-val {
|
|
335
|
+
.opt-txt, .opt-val, .opt-suffix {
|
|
337
336
|
font-size: 24rpx;
|
|
338
337
|
}
|
|
339
338
|
.opt-icon, .opt-img {
|