guanqb
2023-03-20 48d2a15417e44f6de13473f9d7b35d0200b58987
全屏时警员警车标绘栏样式修改
3 files modified
19 ■■■■■ changed files
src/styles/media/index.scss 14 ●●●●● patch | view | raw | blame | history
src/views/activity/components/drawBtnBox.vue 4 ●●●● patch | view | raw | blame | history
src/views/activity/index.vue 1 ●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -1536,14 +1536,14 @@
                                ul {
                                    li {
                                        button {
                                            padding: 0 countSizeVh(6);
                                            padding: 0 countSizeVw(6, 1920);
                                            min-width: countSizeVw(60, 1920);
                                            line-height: countSizeVh(30);
                                            height: countSizeVh(30);
                                            margin: countSizeVh(7) countSizeVw(5, 1920);
                                            border: countSizeVh(1) solid #cecece;
                                            border: countSizeVw(1, 1920) solid #cecece;
                                            border-radius: countSizeVh(4) countSizeVw(4, 1920);
                                            font-size: countSizeVh(16);
                                            font-size: countSizeVw(14, 1920);
                                        }
                                    }
                                }
@@ -1938,8 +1938,6 @@
                            width: calc(100% - countSizeVw(120, 1920));
                        }
                    }
                    .land-details-box {
                        .el-dialog {
@@ -2416,6 +2414,8 @@
                        }
                    }
                }
                .flexible-btn {
@@ -2632,6 +2632,10 @@
                    }
                }
                .popup-dom .content .data-box .line {
                    font-size: countSizeVw(14, 1920);
                }
            }
            .auth-page {
src/views/activity/components/drawBtnBox.vue
@@ -934,14 +934,14 @@
    }
    .left {
        width: 80%;
        width: 100%;
        h3 {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            width: 100%;
            padding-left: 16%;
            // padding-left: 16%;
        }
    }
src/views/activity/index.vue
@@ -274,7 +274,6 @@
let lineLayer = undefined
let loading = null
let overlayObj = {}
let plotOverlayData = null
let policeOverlayData = null