Browse Source

调整盘头图表legend位置

liling 5 days ago
parent
commit
55c32412cf
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/house/pantou/index.vue

+ 5 - 5
src/views/house/pantou/index.vue

@@ -217,8 +217,8 @@
                         // textStyle: {
                         //   color: '#9FC6F6'
                         // },
-                        top: '10%',
-                        left: '20%',
+                        top: '2%',
+                        left: '40%',
                         icon: 'rect', // 形状
                         itemWidth: 10, // 宽
                         itemHeight: 10 // 高
@@ -228,8 +228,8 @@
                         // textStyle: {
                         //   color: '#9FC6F6'
                         // },
-                        top: '10%',
-                        left: '32%',
+                        top: '2%',
+                        left: '54%',
                         icon: 'rect',
                         itemWidth: 10,
                         itemHeight: 3
@@ -353,7 +353,7 @@
                     }
                 ],
                 grid: {
-                    top: '10%',
+                    top: '15%',
                     left: '5%',
                     right: '3%',
                     bottom: '10%'