forked from drone/command-center-dashboard

罗广辉
2025-03-28 5616a105dc0b8fc4451578512fb91a9515f28fe9
feat: 去除hTov
2 files modified
10 ■■■■ changed files
src/views/Home/components/HomeLeft/InspectionRaskDetails.vue 2 ●●● patch | view | raw | blame | history
src/views/Home/components/HomeLeft/OverviewNext.vue 8 ●●●● patch | view | raw | blame | history
src/views/Home/components/HomeLeft/InspectionRaskDetails.vue
@@ -31,7 +31,7 @@
<style scoped lang="scss">
.inspection-rask-details {
    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%);
src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -60,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%);
@@ -137,15 +137,15 @@
        .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 {
            position: relative;
            .yjzx-img {
                position: absolute;
                top: hToV(16);
                top: 16px;
                left: 10px;
            }
            .status {