public/index.html
@@ -4,8 +4,8 @@
<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">
  <title>JeecgBoot 企业级低代码平台</title>
  <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1, user-scalable=no">
  <title>中科维一</title>
  <link rel="icon" href="<%= BASE_URL %>logo.png">
  <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script>
  <style>
@@ -15,6 +15,8 @@
      height: 100%;
      margin: 0px;
      padding: 0px;
      font-family: ali_main;
      letter-spacing: 0.05vw;
    }
    .chromeframe {
      margin: 0.2em 0;
@@ -221,21 +223,35 @@
    /* 滚动条优化 start */
    ::-webkit-scrollbar{
      width:0;
      height:8px;
      height:0;
    }
    /*::-webkit-scrollbar-track{*/
      /*background: #f6f6f6;*/
      /*border-radius:20px;*/
    /*}*/
    /*::-webkit-scrollbar-thumb{*/
      /*background: #e9e9e9;*/
      /*border-radius:20px;*/
    /*}*/
    /*::-webkit-scrollbar-thumb:hover{*/
      /*background: #cfcfcf;*/
    /*}*/
    /*::-webkit-scrollbar-corner {*/
      /*background: #f6f6f6;*/
    /*}*/
    ::-webkit-scrollbar-track{
      background: #f6f6f6;
      border-radius:2px;
    background: transparent;
    border-radius:20px;
    }
    ::-webkit-scrollbar-thumb{
      background: #cdcdcd;
      border-radius:2px;
    background: transparent;
    border-radius:20px;
    }
    ::-webkit-scrollbar-thumb:hover{
      background: #747474;
    background: transparent;
    }
    ::-webkit-scrollbar-corner {
      background: #f6f6f6;
    background: transparent;
    }
    /* 滚动条优化 end */
  </style>
@@ -249,7 +265,7 @@
    <div id="loader"></div>
    <div class="loader-section section-left"></div>
    <div class="loader-section section-right"></div>
    <div class="load_title">正在加载 JeecgBoot 低代码平台,请耐心等待
    <div class="load_title">正在加载,请耐心等待
    </div>
  </div>