From a080bc96952bff153be3fc1e8de9b080d942886c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Mar 2025 11:09:56 +0800
Subject: [PATCH] feat:调整头部组件
---
src/views/Home/components/HomeLeft/HomeLeft.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/Home/components/HomeLeft/HomeLeft.vue b/src/views/Home/components/HomeLeft/HomeLeft.vue
index e762cc0..4382df6 100644
--- a/src/views/Home/components/HomeLeft/HomeLeft.vue
+++ b/src/views/Home/components/HomeLeft/HomeLeft.vue
@@ -11,16 +11,13 @@
</div>
</div>
<!--机巢概况-->
- <common-title style="margin-left: 14px;"></common-title>
<overview-next></overview-next>
<!--巡检任务情况-->
- <common-title title="巡检任务情况" style="margin-left: 14px;"></common-title>
<inspection-rask-details></inspection-rask-details>
</div>
</template>
<script setup>
-import CommonTitle from '@/components/CommonTitle.vue';
import OverviewNext from './OverviewNext.vue';
import InspectionRaskDetails from './InspectionRaskDetails.vue';
@@ -34,7 +31,7 @@
color: #E7F5FF;
.time-weather {
margin-left: 45px;
- width: 260px;
+ width: 310px;
font-size: 14px;
height: 36px;
line-height: 36px;
--
Gitblit v1.9.3