ysy před 1 rokem
rodič
revize
51648b26fc
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      src/views/inspectionWork/components/term.vue

+ 4 - 1
src/views/inspectionWork/components/term.vue

@@ -217,20 +217,23 @@
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px;
+    background: #e6f7ff;
   }
 
   .content_ll {
     width: 23%;
     display: flex;
     flex-direction: row;
+    align-items: center;
+
 
     margin: auto;
     margin-top: 10px;
 
     .name {
-      width: 130px;
       color: #000;
       font-weight: 500;
+      margin-right: 8px;
     }
   }
 </style>