Просмотр исходного кода

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

liujt 7 месяцев назад
Родитель
Сommit
c8bb5f3a1f

+ 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;