Pārlūkot izejas kodu

style(登录页面):增加版本号
style(中国地图、城市地图):修改地图字体、颜色样式

DOVER-GLOBAL\10090792 1 gadu atpakaļ
vecāks
revīzija
da41db3d7d

+ 6 - 0
admin.ui.plus-master/src/views/admin/login/index.vue

@@ -13,6 +13,7 @@
           <img :src="loginMain" />
         </div>
         <img :src="loginBg" class="login-left-waves" />
+        <div class="floor">托肯恒山科技(广州)有限公司&nbsp;&nbsp;版本号:v2.00.1</div>
       </div>
       <div class="login-right flex">
         <div class="login-right-warp flex-margin">
@@ -136,6 +137,11 @@ onMounted(() => {
       left: 100%;
       height: 100%;
     }
+    .floor{
+      position: absolute;
+      bottom: 0;
+      right: 0;
+    }
   }
   .login-right {
     width: 700px;

+ 10 - 5
admin.ui.plus-master/src/views/admin/visualization/cityLevelMap/index.vue

@@ -2,9 +2,9 @@
   <div class="layout-padding">
     <div class="layout-padding-auto layout-padding-view to-flex">
       <div ref="echartsMapRef" style="height: 100%;width: 80%;"></div>
-      <div class="to-right">
+      <!-- <div class="to-right">
         <h3>国内销售排名Top&nbsp;&nbsp;5</h3>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>
@@ -60,7 +60,8 @@ const initEchartsMap = async () => {
       realtime: false,
       calculable: true,
       inRange: {
-        color: ['lightskyblue', 'yellow', 'orangered']
+        // color: ['lightskyblue', 'yellow', 'orangered']
+        color: ['#aacff9','#75c7f6', '#33a9d6']
       }
     },
     series: [
@@ -72,10 +73,14 @@ const initEchartsMap = async () => {
           show: true,
           fontSize: 12,
           formatter: (params) => {
+            let cityName=params.name
+            if(cityName.length>3){
+              cityName = cityName.substring(0, 3) + '...'
+            }
             if (params.value) {
-              return params.name + ':' + params.value
+              return cityName + ':' + params.value
             }
-            return params.name + ':0'
+            return cityName + ':0'
           },
         },
         // top: '30%',

+ 2 - 1
admin.ui.plus-master/src/views/admin/visualization/digitalMap/index.vue

@@ -66,7 +66,8 @@ const initEchartsMap = () => {
       realtime: false,
       calculable: true,
       inRange: {
-        color: ['lightskyblue', 'yellow', 'orangered']
+        // color: ['lightskyblue', 'yellow', 'orangered']
+        color: ['#aacff9','#75c7f6', '#33a9d6']
       }
     },
     series: [