From c6f69f769b4a29c62bb5795452b87237446b7b0c Mon Sep 17 00:00:00 2001 From: yangchunyu <2861518472@qq.com> Date: Wed, 26 Jun 2024 18:03:23 +0800 Subject: [PATCH 1/2] =?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 | 207 ++++++++-------------- pages/index/components/echarts.vue | 86 --------- 2 files changed, 72 insertions(+), 221 deletions(-) delete mode 100644 pages/index/components/echarts.vue diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index cf9607d..7ae4511 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -1,87 +1,86 @@ @@ -290,6 +225,7 @@ .drivingList { margin-bottom: 20rpx; + .item { height: 120rpx; background-color: #fff; @@ -305,7 +241,8 @@ width: 50rpx; height: 50rpx; } - .warning{ + + .warning { display: inline-block; margin-top: 20rpx; font-size: 25rpx; diff --git a/pages/index/components/echarts.vue b/pages/index/components/echarts.vue deleted file mode 100644 index b38caae..0000000 --- a/pages/index/components/echarts.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - - \ No newline at end of file From 20927e276a78a0289f676d91774493cf10902d1b Mon Sep 17 00:00:00 2001 From: yangchunyu <2861518472@qq.com> Date: Wed, 26 Jun 2024 18:06:29 +0800 Subject: [PATCH 2/2] =?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 | 447 +++++++++++----------- 1 file changed, 217 insertions(+), 230 deletions(-) diff --git a/pages/index/components/drivingLicence.vue b/pages/index/components/drivingLicence.vue index 7ae4511..6249e36 100644 --- a/pages/index/components/drivingLicence.vue +++ b/pages/index/components/drivingLicence.vue @@ -1,253 +1,240 @@ \ No newline at end of file +.warning { + display: inline-block; + margin-top: 20rpx; + font-size: 25rpx; + color: #929196; + width: 100%; + text-align: center; +} +