app-map-position.less 999 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
.map-modal {
    .el-dialog {
        margin-top: 60px;
        width: 90%;
    }
    .el-dialog__header {
        padding: 10px 0px 10px 40px;
    }
    .el-dialog__body {
        padding: 6px 10px;
    }
    .search-toolbar {
        display: flex;
        #map__result {
            position: absolute;
            z-index: 20;
            right: 10px;
            top: 110px;
        }
        .el-vue-search-box-container {
            height: 40px;
            margin-right: 20px;
        }
    }
    .el-vue-amap-container {
        padding-top: 20px;
        height: 640px;
    }
    .amap-marker-content {
        img {
            width: 25px;
            height: 34px;
        }
        .input-map__marker {
            position: absolute;
            top: -28px;
            right: -160px;
            color: #fff;
            padding: 0px 10px;
            white-space: nowrap;
            font-size: 12px;
            font-family: "";
            border-radius: 3px;
        }
    }
}