forked from drone/command-center-dashboard

chenyao
2025-03-28 3748cbf0a42798c6fd9e27eecd7355871f99687d
src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -40,7 +40,6 @@
    </div>
</template>
<script setup>
import { hToV, wToR } from '@/utils/pxConver';
import { Search } from '@element-plus/icons-vue';
const list = ref([
@@ -61,7 +60,7 @@
.overview-next {
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
    margin-left: 29px;
    padding: hToV(16) 16px;
    padding: 16px 16px;
    width: 390px;
    height: 414px;
    background: linear-gradient( 270deg, rgba(31,62,122,0) 0%, rgba(31,62,122,0.35) 21%, #1F3E7A 100%);
@@ -141,8 +140,8 @@
        .table-header, .table-item {
            display: flex;
            justify-content: space-between;
            height: hToV(36);
            line-height: hToV(36);
            height: 36px;
            line-height: 36px;
            padding: 0 20px;
        }
        .table-item {