shuishen
2022-09-22 3619082d5d70b0363df94113844e83cb0e00ee3e
src/styles/dc/index.scss
@@ -7,4 +7,35 @@
    .scale-bar {
        border-color: #000 !important;
    }
}
.dc-location-bar {
    left: 50% !important;
    transform: translate(-50%, 0);
}
.dc-zoom-controller {
    top: auto !important;
    bottom: 56px !important;
    right: 20px !important;
    width: 36px !important;
    height: auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    z-index: 101 !important;
    &>div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px !important;
        height: 36px !important;
        svg {
            width: 20px !important;
            height: 20px !important;
            fill: #666 !important;
        }
    }
}