Browse Source

feat 决策

sys5923812@126.com 2 weeks ago
parent
commit
851b32c313

+ 4 - 2
src/views/xjc-integratedmachine/wakeup/rainbow/FollowRingChart.vue

@@ -232,7 +232,7 @@
             isBegin.value = false
             isBegin.value = false
         })
         })
 
 
-        alert("绘制完成")
+
     }
     }
 
 
 
 
@@ -265,7 +265,9 @@
     .chart-container {
     .chart-container {
         position: relative;
         position: relative;
         width: 100%;
         width: 100%;
-        height: 400px;
+        /*height: 400px;*/
+        height: 910px;
+        border: 1px solid pink;
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;
         align-items: center;
         align-items: center;

+ 10 - 2
src/views/xjc-integratedmachine/wakeup/rainbow/index.vue

@@ -106,7 +106,7 @@ p{
     background: black;
     background: black;
     border-radius: 35px 35px 35px 35px;
     border-radius: 35px 35px 35px 35px;
     margin: 13px auto 0;
     margin: 13px auto 0;
-    padding-top: 25px;
+    /*padding-top: 25px;*/
     position: relative;
     position: relative;
 
 
     .text-info{
     .text-info{
@@ -226,7 +226,7 @@ p{
   }
   }
   .content-bottom{
   .content-bottom{
     width: 100%;
     width: 100%;
-    height: 270px;
+    height: 100%;
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
     position: relative;
     position: relative;
@@ -268,6 +268,14 @@ p{
     cursor: pointer;
     cursor: pointer;
     user-select: none; /* 防止拖拽时选中文字 */
     user-select: none; /* 防止拖拽时选中文字 */
   }
   }
+  .ring-chart1 {
+    width: 800px;
+    height: 800px;
+    position: absolute;
+    left: 0px;
+    top : 0px;
+    background: #ffff00;
+  }
 }
 }
 
 
 </style>
 </style>