From 23196b42a1791aefbccda6d40546f26159464143 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Thu, 12 Jan 2023 14:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/details.vue | 4 +- front/src/views/home/infrastructurePage.vue | 43 ++++++++++++++++++++- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/front/src/views/home/details.vue b/front/src/views/home/details.vue index 139b35b1..c214ae28 100644 --- a/front/src/views/home/details.vue +++ b/front/src/views/home/details.vue @@ -195,7 +195,7 @@ flex-direction: column; justify-content: space-between; } - .detail-content { + /* .detail-content { margin-top: 90px; - } + } */ diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 6d8c0ba0..e25f203f 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -61,6 +61,16 @@ > 重置 --> + + +
+ 申请时间 +
@@ -114,6 +124,7 @@ {{ item.description }} -->
+
申请量:{{item.applyCount}}次
{ roomList.value = res.data.list @@ -2785,8 +2810,22 @@ .roomSearch { display: flex; - align-items: center; + align-items: center; + .order{ + margin-left: 629px; + .arrow { + display: inline-block; + width: 12px; + height: 12px; + background: url('~@/assets/newHome/arrow.png'); + margin-left: 10px; + } + .down { + background: url('~@/assets/newHome/down.png'); + margin-top: 6px; + } + } .searchInput { display: flex; margin-right: 0.2rem;