isv-robot 2 년 전
부모
커밋
ec0768c46f
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/dashboard-screen/zydbsx/index.vue

+ 3 - 2
src/views/dashboard-screen/zydbsx/index.vue

@@ -83,7 +83,7 @@ export default {
   display: flex;
   flex-direction: column;
   align-items: center;
-  justify-content: space-around;
+  justify-content: flex-start;
   padding: 8px 0.6vw;
   /*控制整个滚动条*/
 
@@ -128,8 +128,9 @@ export default {
       .value {
         font: normal 18px hxb;
         color: #25e3fa;
+        width: 6vw;
+        min-width: 120px;
         margin-left: auto;
-        width: 5vw;
         text-align: right;
       }
     }