From bcbfaf632301c1bebeee05b141a4018065b5dd95 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 30 十月 2023 23:15:29 +0800 Subject: [PATCH] ### --- components/z-input/z-input.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/z-input/z-input.vue b/components/z-input/z-input.vue index de6b18f..c401bd5 100644 --- a/components/z-input/z-input.vue +++ b/components/z-input/z-input.vue @@ -6,9 +6,8 @@ <uni-icons class="p-icon" type="scan" size="16" - color="#b9b9b9" - v-show="data.length" - @click="clear"> + color="#a6a6a6" + > </uni-icons> <input class="p-input" type="text" @@ -127,7 +126,6 @@ align-items: center; min-height: 50px; background-color: #fff; - margin-right: 8px; } .put { display: flex; @@ -148,6 +146,7 @@ align-items: center; justify-content: center; border-radius: 5px; + margin-right: 32rpx; color: #606266; } .p-input { @@ -159,7 +158,7 @@ margin-right: 4px; } .inner3 { - width: 100px; + width: 90px; display: flex; align-items: center; justify-content: center; -- Gitblit v1.9.1