管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-20 b04816ec6bffbdc84dfe44aff256ec38f49e4dcf
public/index.html
@@ -1,9 +1,18 @@
<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="Cache" content="no-cache" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Cache-control" content="no-cache" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <title> </title>
    <link rel="stylesheet" href="./SmartEarthSDK/Workers/css/smartearth.css" />
@@ -25,6 +34,7 @@
      .ol-overlaycontainer-stopevent {
        /* display: none; */
      }
      .ol-control button {
        display: block;
        margin: 1px;
@@ -41,12 +51,14 @@
        border: none;
        border-radius: 2px;
      }
      .ol-full-screen {
        display: none;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
      }
      .ol-rotate {
        display: none;
        position: absolute;
@@ -54,12 +66,14 @@
        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);
@@ -68,6 +82,7 @@
        text-align: center;
        border-radius: 5px;
      }
      .ol-zoom {
        display: none;
        right: 0.3em;
@@ -80,4 +95,5 @@
  <body>
    <div id="app"></div>
  </body>
</html>