From 89b5956f755f957264ff02a933ca97e6f40fd55c Mon Sep 17 00:00:00 2001 From: yangchunyu <2861518472@qq.com> Date: Thu, 27 Jun 2024 17:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/drivingLicence.vue | 4 +-- pages/index/index.vue | 31 ++++++++++--------- .../dist/cache/.vite/deps/_metadata.json | 8 ++--- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index 54fe064..afa6a13 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -17,10 +17,10 @@ - 代办驾驶证业务 + 待办驾驶证业务 - {{ "共一项代办业务" }} + {{ "共1项代办业务" }} diff --git a/pages/index/index.vue b/pages/index/index.vue index 451f02a..8126736 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,8 +2,9 @@ 哈尔滨 - + + @@ -47,13 +48,13 @@ - - - - - {{ item.text }} - - + + + + + {{ item.text }} + + @@ -69,7 +70,7 @@ - + {{ item.content }} @@ -259,7 +260,7 @@ .business { margin: 3% 0; height: 380rpx; - width: 100%; + background-color: #fff; border: 1px solid #ebeef0; border-radius: 20rpx; @@ -291,7 +292,7 @@ .information { width: 100%; - height: 350rpx; + height: 300rpx; background-color: #fff; border: 1px solid #ebebeb; border-radius: 20rpx; @@ -299,7 +300,7 @@ .information-top { width: 100%; - height: 30%; + height: 25%; border-bottom: 1px solid #f4f3f5; display: flex; align-items: center; @@ -308,9 +309,9 @@ .information-content { width: 100%; - height: 70%; + height: 65%; display: flex; - margin-bottom: 20rpx; + margin-bottom: 50rpx; .swiper-item { display: flex; diff --git a/unpackage/dist/cache/.vite/deps/_metadata.json b/unpackage/dist/cache/.vite/deps/_metadata.json index 7c16ed3..2ba9266 100644 --- a/unpackage/dist/cache/.vite/deps/_metadata.json +++ b/unpackage/dist/cache/.vite/deps/_metadata.json @@ -1,13 +1,13 @@ { - "hash": "f0e888ba", - "configHash": "046e9b57", + "hash": "4a204181", + "configHash": "eb966fb1", "lockfileHash": "fa978dd2", - "browserHash": "f56c9596", + "browserHash": "65cd6fd1", "optimized": { "echarts": { "src": "../../../../../node_modules/echarts/index.js", "file": "echarts.js", - "fileHash": "3a5ca97e", + "fileHash": "47eb0dc6", "needsInterop": false } },