zhulizhen1111 5 سال پیش
والد
کامیت
058929ae68
1فایلهای تغییر یافته به همراه11 افزوده شده و 5 حذف شده
  1. 11 5
      src/views/strategy/bomBox.vue

+ 11 - 5
src/views/strategy/bomBox.vue

@@ -13,7 +13,7 @@
                 <span v-else>{{data.executeTime?data.executeTime.slice(8,10)+":"+data.executeTime.slice(10,12):"--"}}</span>
             </div>
             <div class='bomb-left3'>策略可靠度</div>
-            <div id='circleEcharts' style='width:170px;height:204px'></div>
+            <div id='circleEcharts' style='width:170px;height:170px'></div>
         </div>
         <div class='bomb-right'>
             <water-unit :data='data' :type='2'></water-unit>
@@ -145,6 +145,7 @@ export default {
     position: relative;
     border-radius: 8px 0 0 8px;
     box-shadow: 0 2px 10px 0 rgba(44, 48, 62, 0.16);
+    padding-top: 10px;
     .bomb-line {
         position: absolute;
         top: 0;
@@ -159,20 +160,22 @@ export default {
     }
     .bomb-left {
         width: 180px;
-        padding-left: 10px;
         .bomb-left1 {
+            padding-left: 30px;
             font-size: 16px;
-            margin: 38px 0 16px 0;
+            margin: 0px 0 20px 0;
         }
         .bomb-left2 {
+            padding-left: 30px;
             color: #646c73;
             font-size: 14px;
-            margin-bottom: 16px;
+            margin-bottom: 20px;
         }
         .bomb-left3 {
+            padding-left: 30px;
             color: #646c73;
             font-size: 14px;
-            margin-bottom: 22px;
+           
         }
     }
     .bomb-right {
@@ -250,6 +253,9 @@ export default {
                 }
             }
         }
+        .bomb-right-bottom{
+            margin-bottom: 10px;
+        }
     }
 }
 </style>