index.less 338 Bytes
Newer Older
邓晓峰's avatar
邓晓峰 committed
1
@import '~antd/es/style/themes/variable.less';
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

.view {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    .loadingBox{
        position: absolute;
        left: calc(50% - 40px);
        top: calc(50% - 23px);
        color: @text-color;
    }
    .mapBox {
      width: 100%; 
      height: 100%;
    }

}