Explorar el Código

首页内容对齐

杨宽 hace 3 años
padre
commit
2d46fed6ed
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/views/Home/Home.vue

+ 4 - 0
src/views/Home/Home.vue

@@ -1205,6 +1205,7 @@ export default {
             margin-left: 16px;
             .value {
               font-size: 24px;
+              display: inline-block;
             }
           }
         }
@@ -1241,6 +1242,9 @@ export default {
           .value {
             text-align: left;
             font-size: 12px;
+            display: flex;
+            justify-content: space-between;
+            align-items: center;
           }
         }
       }