From d2798471bb4024d9376c51de879fdb52bc12f44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 11 May 2023 11:36:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nursestation/nursestation.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/nursestation/nursestation.vue b/pages/nursestation/nursestation.vue index 35675a8..cf9493d 100644 --- a/pages/nursestation/nursestation.vue +++ b/pages/nursestation/nursestation.vue @@ -328,6 +328,10 @@ introductionList(this.nurseStationId).then(res => { if (res.code == 200) { this.Banners = [] + this.tabList = [{ + name: '全部', + id: '' + }] this.serveinfo() this.productinfo() res.data.morningOpenStartTime = res.data.morningOpenStartTime.slice(0, 5) From f8a8893dde0d6e117f25510639f4acf87a4bb9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 16 May 2023 10:20:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/App.vue b/App.vue index dffde2d..bb88776 100644 --- a/App.vue +++ b/App.vue @@ -20,45 +20,5 @@ // position: relative; color: #000000; padding: 30rpx 0 150rpx 0; - - .cards { - width: 94%; - box-shadow: 0px 0px 30rpx 0px rgba(108, 99, 255, 0.16); - background-color: #fff; - margin: 0 auto; - display: flex; - justify-content: space-evenly; - flex-wrap: wrap; - padding: 40rpx 0 200rpx 0; - border-radius: 25rpx; - - .item { - width: 43%; - height: 300rpx; - margin-bottom: 40rpx; - border-radius: 25rpx; - position: relative; - - .title { - width: 70%; - text-align: center; - font-size: 46rpx; - color: #FCFCFC; - position: absolute; - top: 58%; - left: 50%; - transform: translateX(-50%); - } - - image { - width: 100rpx; - height: 100rpx; - position: absolute; - top: 20%; - left: 50%; - transform: translateX(-50%); - } - } - } }