From 92796533321609fec52e134e858f45a11dc632e0 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 18 Mar 2024 18:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customCom/equipmentDialog.vue | 6 +++--- src/components/customCom/hotProvider.vue | 2 +- src/main.ts | 3 +++ src/views/screen/sharePlatform.vue | 11 +++++++---- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/customCom/equipmentDialog.vue b/src/components/customCom/equipmentDialog.vue index 4d6b67b..90a2a1e 100644 --- a/src/components/customCom/equipmentDialog.vue +++ b/src/components/customCom/equipmentDialog.vue @@ -22,7 +22,7 @@
+ range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" /> 查询
@@ -40,8 +40,8 @@ import moment from "moment"; const mapLineShow = ref(false) const mapLineRef = ref() const timeRange = ref<[Date, Date]>([ - new Date(2022, 11, 10, 10, 10), - new Date(2023, 12, 19, 10, 10), + new Date(2023, 1, 1, 10, 0), + new Date(2024, 1, 1, 10, 0), ]) const detailsInfo = reactive({ duration: '', diff --git a/src/components/customCom/hotProvider.vue b/src/components/customCom/hotProvider.vue index c30fdae..4e153ec 100644 --- a/src/components/customCom/hotProvider.vue +++ b/src/components/customCom/hotProvider.vue @@ -4,7 +4,7 @@
- 热门供应商 + 热门出租方
{ width: 100%; height: 108px; background-image: url("../../assets/img/top_title.png"); - background-size: contain; + background-size: 100% 109px; background-repeat: no-repeat; font-size: 40px; padding-top: 29px; @@ -625,6 +626,7 @@ setInterval(() => { height: 252px; position: relative; background-color: rgba($color: #011B37, $alpha: 0.6); + margin: 0 auto; margin-left: 23px; .sub_title { @@ -703,10 +705,11 @@ setInterval(() => { .middle_list_com { height: 100px; - width: 1208px; + width: 1190px; padding-top: 60px; display: flex; justify-content: flex-start; + margin: 0 auto; margin-left: 28px; .middle_list_com_item {