zk 1 anno fa
parent
commit
ce78bb9e99
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      src/views/hdsj/Index.vue
  2. 2 2
      src/views/map/BaseMapArea.vue

+ 1 - 1
src/views/hdsj/Index.vue

@@ -51,7 +51,7 @@
               <div>
                 <span>计划方量</span><span>{{ (item.quantities/10000).toFixed(2) }}</span><span>万方</span>
                 <span>实际方量</span><span>{{ Math.floor(item.tonnage) }}</span><span>万方</span>
-              </div>···········································································································································································
+              </div>
               <div>
                 <span>总投资</span><span>{{ Math.floor(item.investment) }}</span><span>万元</span>
               </div>

+ 2 - 2
src/views/map/BaseMapArea.vue

@@ -79,7 +79,7 @@
       width:$width;
       height: $height;
       box-sizing: border-box;
-      border: $borderWidth solid #00AC66;
+      border: $borderWidth solid #00c0ff;
     }
 
     .right-row{
@@ -122,7 +122,7 @@
           width: 100%;
           height: 32px;
           line-height: 32px;
-          background-color: rgba($color: #00B368, $alpha: 0.6);
+          background-color: rgba($color: #001133, $alpha: 0.6);
           font-size: 16px;
           color: #fff;
           text-align: center;