From 66893191c36ac5adf336c6911cfcee78fb4307a9 Mon Sep 17 00:00:00 2001 From: "8889998@qq.com" <8889998@qq.com> Date: Mon, 17 Feb 2025 23:18:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/inputBox.vue | 8 +++++--- pages/index/index.vue | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/components/inputBox.vue b/components/inputBox.vue index 3223fe7..9ab5c28 100644 --- a/components/inputBox.vue +++ b/components/inputBox.vue @@ -129,10 +129,12 @@ export default { padding: 27.5rpx 14rpx; box-sizing: border-box; margin: 0 auto; - font-size: 32rpx; - letter-spacing: 1rpx; + font-size: 32rpx; + line-height: 32rpx; + letter-spacing: 1rpx; + align-items: center; &.error{ - border: 1rpx solid #FAB0B0; + border: 2rpx solid #FAB0B0; } .left{ display: flex; diff --git a/pages/index/index.vue b/pages/index/index.vue index 42ef0b8..b4f46b6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -450,9 +450,12 @@ } .right{ // width: 200rpx; - width: 99rpx; + width: 172rpx; + flex-shrink: 0; height: 100%; - color: #666666; + color: #666666; + display: flex; + justify-content: flex-end; img{ width: 52rpx; height: 52rpx; From dbb8e999211795414e0829ad3278b479b895add4 Mon Sep 17 00:00:00 2001 From: "8889998@qq.com" <8889998@qq.com> Date: Mon, 17 Feb 2025 23:36:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index d557148..787983c 100644 --- a/manifest.json +++ b/manifest.json @@ -71,6 +71,7 @@ }, "vueVersion" : "2", /* "target" : "http://jasonyizherenxin.checkcopy.com",*/ + /* "target" : "http://api.yizherenxin.cn",*/ "h5" : { "router" : { "mode" : "history",