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 @@
@@ -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 {