Explorar o código

change: cargo船货凑期.按钮样式调整.

peter hai 1 día
pai
achega
a1aaba9272
Modificáronse 1 ficheiros con 7 adicións e 2 borrados
  1. 7 2
      src/pages/cargo-consolidation-request/index.vue

+ 7 - 2
src/pages/cargo-consolidation-request/index.vue

@@ -155,7 +155,9 @@
             >
               <template #append>
                 <el-button
+                  class="custom-button"
                   size="small"
+                  style="padding-top: 0; padding-bottom: 0"
                   @click="updateBookingNumber"
                 >
                   更新订舱号
@@ -178,6 +180,7 @@
               确认集货
             </el-button>
             <el-button
+              class="custom-button"
               v-if="['Arrangement', 'my_request'].includes(currentTab)"
               size="small"
               @click="addBulkProduct"
@@ -185,6 +188,7 @@
               提交大货集货申请
             </el-button>
             <el-button
+              class="custom-button"
               v-if="['Arrangement', 'my_request'].includes(currentTab)"
               size="small"
               @click="addSample"
@@ -201,6 +205,7 @@
               放弃下方表格改动
             </el-button>
             <el-button
+              class="custom-button"
               size="small"
               :disabled="subList.length < 1"
               @click="exportSubTable"
@@ -1266,8 +1271,8 @@ const closeMapDrawer = () => {
 </style>
 <style lang="scss" scoped>
 .el-button.custom-button {
-  height: 32px;
-  line-height: 32px;
+  height: 24px;
+  line-height: 24px;
   background-image: linear-gradient(
     171deg,
     rgb(28, 74, 136) 49%,