Quellcode durchsuchen

总看板提交

callm vor 1 Jahr
Ursprung
Commit
674bc6820f

+ 1 - 1
src/components/totalchart/centerLeft/centerLeft1ALLChart/chart.vue

@@ -5,7 +5,7 @@
       :options="options"
       id="centerLeft1ALLChart"
       height="250px"
-      width="520px"
+      width="450px"
       ref="column-board"
     ></Echart>
   </div>

+ 1 - 1
src/views/total/center.vue

@@ -171,7 +171,7 @@ $box-width: 100%;
       border-radius: 6px;
       padding-top: 8px;
       margin-top: 8px;
-      width: 40%;
+      width: 100%;
       height: 70px;
       .dv-dig-flop {
         width: 170px;

+ 3 - 3
src/views/total/centerRight1.vue

@@ -29,7 +29,7 @@ export default {
         headerBGC: '#0f1325', //表头
         oddRowBGC: '#0f1325', //奇数行
         evenRowBGC: '#171c33', //偶数行
-        columnWidth: [110,100,100,80,90,100,90],
+        columnWidth: [100,100,100,80,90,100,90],
         align: ['center']
       },
       timing : null,
@@ -96,8 +96,8 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-$box-height: 420px;
-$box-width: 640px;
+$box-height: 500px;
+$box-width: 940px;
 #centerRight1 {
   padding: 16px;
   padding-top: 20px;