forked from drone/command-center-dashboard

chenyao
2025-03-28 a080bc96952bff153be3fc1e8de9b080d942886c
src/views/Home/components/HomeLeft/HomeLeft.vue
@@ -11,17 +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 { hToV, wToR } from '@/utils/pxConver';
import CommonTitle from '@/components/CommonTitle.vue';
import OverviewNext from './OverviewNext.vue';
import InspectionRaskDetails from './InspectionRaskDetails.vue';
@@ -35,22 +31,22 @@
    color: #E7F5FF;
    .time-weather {
        margin-left: 45px;
        width: 260px;
        width: 310px;
        font-size: 14px;
        height: hToV(36);
        line-height: hToV(36);
        height: 36px;
        line-height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        .line {
            border: 1px solid #FFFFFF;
            height: hToV(10);
            height: 10px;
            opacity: 0.5;
        }
        .weather {
            img {
                width: 20px;
                height: hToV(20);
                height: 20px;
            }
            .tq {
                margin: 0 5px;