diff --git a/src/uni_modules/vk-uview-ui/components/u-checkbox/u-checkbox.vue b/src/uni_modules/vk-uview-ui/components/u-checkbox/u-checkbox.vue
index a0498fee..eed44e50 100644
--- a/src/uni_modules/vk-uview-ui/components/u-checkbox/u-checkbox.vue
+++ b/src/uni_modules/vk-uview-ui/components/u-checkbox/u-checkbox.vue
@@ -257,6 +257,7 @@ export default {
align-items: center;
overflow: hidden;
user-select: none;
+ margin-left: 10rpx;
line-height: 1.8;
&__icon-wrap {
@@ -309,8 +310,8 @@ export default {
&__label {
word-wrap: break-word;
- margin-left: 10rpx;
- margin-right: 24rpx;
+ //margin-left: 10rpx;
+ //margin-right: 24rpx;
color: $u-content-color;
font-size: 30rpx;
diff --git a/src/uni_modules/vk-uview-ui/components/u-input/u-input.vue b/src/uni_modules/vk-uview-ui/components/u-input/u-input.vue
index df0a12ff..94d97ac0 100644
--- a/src/uni_modules/vk-uview-ui/components/u-input/u-input.vue
+++ b/src/uni_modules/vk-uview-ui/components/u-input/u-input.vue
@@ -70,12 +70,13 @@
class="u-input__right-icon__clear u-input__right-icon__item"
v-if="passwordIcon && type == 'password'"
>
-
+
+
+
+
+
+
+