From 9190adbdd7632924c1adcf029421aafca4ff4674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Wed, 6 Nov 2024 16:12:28 +0800 Subject: [PATCH] =?UTF-8?q?uni=5Fmodules\vk-uview-ui\components=20ref?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=96=87=E4=BB=B6=E8=BF=81=E7=A7=BBVue2?= =?UTF-8?q?=E5=8D=87=E7=BA=A7Vue3=208/2-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/u-checkbox/u-checkbox.vue | 5 +++-- .../vk-uview-ui/components/u-input/u-input.vue | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) 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'" > - + + + + + + +