管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-07 d3f9feb20237dec5215b9fd338f719725f406b1e
public/index.html
@@ -42,21 +42,38 @@
        border-radius: 2px;
      }
      .ol-full-screen {
        display: none;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
      }
      .ol-rotate {
        display: none;
        position: absolute;
        top: 3em;
        right: 0.5em;
        transition: opacity 0.25s linear, visibility 0s linear;
      }
      .ol-scale-line {
        display: none;
        right: 0.3em;
        bottom: 0.5em;
        position: absolute;
      }
      .ol-scale-line-inner {
        /* padding: 5px 10px; */
        color: rgb(102, 102, 102);
        font-weight: bold;
        background-color: #fff;
        text-align: center;
        border-radius: 5px;
      }
      .ol-zoom {
        display: none;
        right: 0.3em;
        bottom: 3em;
        position: absolute;
      }
    </style>
  </head>