wang_xy 1 year ago
parent
commit
e551be7140

+ 2 - 2
songhua-ui/src/api/ship/diqiu.js

@@ -3261,8 +3261,8 @@ export function getMap() {
     //左侧小导航图标
     visualMap: {
       show: true,
-      x: 'left',
-      y: 'center',
+      left:'left',
+      bottom:'5%',
       splitList: [
         { start: 10000, label: '≥10000人' },
         { start: 1000, end: 9999, label: '1000-9999人' },

+ 3 - 4
songhua-ui/src/assets/styles/shh_index.scss

@@ -10,7 +10,6 @@
   color: #3cdfff;
   text-align: center;
   line-height: 118px;
-  font-weight: bold;
 }
 .time{
   float: right;
@@ -178,7 +177,7 @@
 }
 .ticketLeft ul li{
   overflow: hidden;
-  margin: 0 0 15px 0;
+  margin:9px 0 13px 0;
 }
 .ticketLeft ul li em{
   display: block;
@@ -205,7 +204,7 @@
   float: left;
 }
 .ticketRight{
-  width: 197px;
+  width: 210px;
   text-align: center;
   float: right;
 }
@@ -219,7 +218,7 @@
   margin: 0 auto;
 }
 .Saleschart{
-  width: 90%;
+  width: 94%;
   height:220px;
   margin: 0 auto;
 }

File diff suppressed because it is too large
+ 241 - 215
songhua-ui/src/views/index/index.vue