Преглед на файлове

style(warehouseManagement): 移除重复的字体大小样式中多处重复设置的 font-size: 12px 样式,保持样式一致性

liujt преди 7 месеца
родител
ревизия
c8bb5f3a1f
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/views/warehouseManagement/inventoryAllocation/components/print-template-bs-car.vue

+ 0 - 4
src/views/warehouseManagement/inventoryAllocation/components/print-template-bs-car.vue

@@ -43,7 +43,6 @@
       <div
         style="
           width: 100%;
-          font-size: 12px;
           display: flex;
           justify-content: space-between;
           margin-bottom: 10px;
@@ -57,7 +56,6 @@
       <div
         style="
           width: 100%;
-          font-size: 12px;
           display: flex;
           justify-content: space-between;
           margin-bottom: 10px;
@@ -76,7 +74,6 @@
           table-layout: fixed;
           word-break: break-all;
           word-wrap: break-word;
-          font-size: 12px;
         "
       >
         <tbody>
@@ -131,7 +128,6 @@
       <div
         style="
           width: 100%;
-          font-size: 12px;
           display: flex;
           justify-content: space-between;
           margin-top: 10px;