shuishen
2021-07-23 960a862196e4599dfe08dbc1e05b46f0a90fa7ac
样式更改
1 files modified
16 ■■■■■ changed files
src/styles/map.scss 16 ●●●●● patch | view | raw | blame | history
src/styles/map.scss
@@ -19,13 +19,15 @@
    .card-body {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 20px;
      height: calc(100% - 40px) !important;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;;
      margin: 10px;
      padding: 0px;
      // height: calc(100% - 40px) !important;
      border: 1px solid transparent !important;
      box-shadow: 3px 3px 15px -2px rgb(0, 0, 0) !important;
    }
  }
}