isv-robot il y a 2 ans
Parent
commit
41b19c2d24

+ 1 - 1
src/views/dashboard-screen/chard-wrap/card-wrap.vue

@@ -39,7 +39,7 @@ export default {
     background-repeat: no-repeat;
     background-size: auto 2vw;
     background-position: left bottom;
-    font-size: 1.1vw;
+    font-size: 1vw;
     color: white;
     padding-left: 2vw;
     text-overflow: ellipsis;

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

@@ -181,10 +181,11 @@ export default {
       }
 
       &.right {
-        flex: 1;
+        flex: 1.3;
+        flex-shrink: 0;
+        overflow: hidden;
         width: 100%;
         height: 100%;
-        flex-shrink: 0;
         display: flex;
         flex-direction: column;