Browse Source

样式修改

bls-dan 2 years ago
parent
commit
8a493b099b

+ 4 - 1
src/pages/views/home/components/CehicleOperation.vue

@@ -446,7 +446,7 @@
                     :key="item"
                     :class="{ no: index === 0 }"
                   >
-                    <td>
+                    <td style="width: 120px; text-align: left;padding-left: 30px;">
                       <div class="index" /> {{ findlabel(vehicleStatus,item.carStatus) }}
                     </td>
                     <td> {{ item?.licensePlate }} </td>
@@ -1433,6 +1433,9 @@ getVehicleStatusService()
             min-width: 60px;
 
           }
+          :deep(.n-base-selection-label){
+            background: none;
+          }
         }
       }
 

+ 1 - 1
src/pages/views/home/components/HomePage.vue

@@ -1370,7 +1370,7 @@ onUnmounted(() => {
 
             &>span {
               &:first-child {
-                width: 175px;
+                width: 185px;
                 height: 48px;
                 border-radius: 5px;
                 background: rgba(33, 133, 232, 0.298);