index.less 275 Bytes
.map {
    width: 100%;
    height: 400px;
    background: #F5F7FB;
    border-radius: 10px;
    border: 1px solid #EEF0F4;
    .diagram {
      width: 100%;
      height: 400px;
      background: #F5F7FB;
      border-radius: 10px;
      border: 1px solid #EEF0F4;
    }
  }