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 ++++----- pages/project/pakin/pakin.vue | 2 +- App.vue | 1 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/App.vue b/App.vue index 073ef0a..a57c1b2 100644 --- a/App.vue +++ b/App.vue @@ -35,6 +35,7 @@ display: flex; align-items: center; text-align: center; + letter-spacing: 10rpx; } .z-default { flex: 2; 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; diff --git a/pages/project/pakin/pakin.vue b/pages/project/pakin/pakin.vue index 6fff9b9..5f42961 100644 --- a/pages/project/pakin/pakin.vue +++ b/pages/project/pakin/pakin.vue @@ -30,7 +30,7 @@ <view style="height: 100rpx;"></view> <view class="z-floor"> - <view class="z-default">鍙栨秷</view> + <view class="z-default">閲嶇疆</view> <view class="z-primary">缁勬墭</view> </view> -- Gitblit v1.9.1