diff --git a/src/components/Cropper/src/CropperAvatar.vue b/src/components/Cropper/src/CropperAvatar.vue index 23a48e0c..d4381859 100644 --- a/src/components/Cropper/src/CropperAvatar.vue +++ b/src/components/Cropper/src/CropperAvatar.vue @@ -145,7 +145,7 @@ cursor: pointer; transition: opacity 0.4s; - ::v-deep(svg) { + :deep(svg) { margin: auto; } } diff --git a/src/layouts/default/header/components/notify/NoticeList.vue b/src/layouts/default/header/components/notify/NoticeList.vue index ed348a6e..c5a715fd 100644 --- a/src/layouts/default/header/components/notify/NoticeList.vue +++ b/src/layouts/default/header/components/notify/NoticeList.vue @@ -144,7 +144,7 @@ display: none; } - ::v-deep(.ant-pagination-disabled) { + :deep(.ant-pagination-disabled) { display: inline-block !important; } diff --git a/src/views/bookingcabin/CabinInventory/index.vue b/src/views/bookingcabin/CabinInventory/index.vue index b327c857..55727a20 100644 --- a/src/views/bookingcabin/CabinInventory/index.vue +++ b/src/views/bookingcabin/CabinInventory/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/bookingcabin/CabinManagement/detail/index.vue b/src/views/bookingcabin/CabinManagement/detail/index.vue index 6dc08445..9c9b3df1 100644 --- a/src/views/bookingcabin/CabinManagement/detail/index.vue +++ b/src/views/bookingcabin/CabinManagement/detail/index.vue @@ -283,7 +283,7 @@ - + @@ -294,7 +294,7 @@ import { GetCtnSelectList, GetClientListByCode } from '/@/api/common' import DsFile from '/@/components/File/index.vue' import { ref, nextTick, onMounted, watch } from 'vue' import { - BookingSlotSave, BookingSlotDetail, SaveRolling,GetRollingList + BookingSlotSave, BookingSlotDetail, SaveRolling, GetRollingList } from '../api' import { GetCustomerServiceList, GetSaleList, GetVouchingClerkList @@ -740,15 +740,15 @@ function getDetail() { } loading.value = false }) - GetRollingList({ slotId: id.value }).then(res=>{ - if(res.succeeded){ + GetRollingList({ slotId: id.value }).then(res => { + if (res.succeeded) { setTableData(res.data) } }) } const rollLoad = ref(false) -function handleSaveRoll(){ - if(!form.value.id){ +function handleSaveRoll() { + if (!form.value.id) { createMessage.error('请先保存数据') return false } @@ -757,13 +757,13 @@ function handleSaveRoll(){ } data.slotId = form.value.id rollLoad.value = true - SaveRolling(data).then(res=>{ - if(res.succeeded){ + SaveRolling(data).then(res => { + if (res.succeeded) { createMessage.success('保存成功') getDetail() } rollLoad.value = false - }).catch(()=>{ + }).catch(() => { rollLoad.value = false }) } diff --git a/src/views/bookingcabin/CabinManagement/index.vue b/src/views/bookingcabin/CabinManagement/index.vue index 7efb6bf8..1ed27b87 100644 --- a/src/views/bookingcabin/CabinManagement/index.vue +++ b/src/views/bookingcabin/CabinManagement/index.vue @@ -10,17 +10,12 @@ 合票 - + :showUploadList="false" name="file"> - 导入 + 导入 @@ -36,12 +31,7 @@ 新增 - + 删除 @@ -67,102 +57,67 @@ {{ record.shipRateTotalCurrency }} {{ record.shipRateTotalAmount }} - +
-
+
{{ serive.name }}
- +
@@ -170,315 +125,315 @@
diff --git a/src/views/bookingcabin/cabinBooking/detail.vue b/src/views/bookingcabin/cabinBooking/detail.vue index 83b66dc6..b55fdc57 100644 --- a/src/views/bookingcabin/cabinBooking/detail.vue +++ b/src/views/bookingcabin/cabinBooking/detail.vue @@ -1349,7 +1349,7 @@ function getContractnoList() { margin-bottom: 10px !important; } -:deep(deep.ant-form-item-label>label) { +:deep(.ant-form-item-label>label) { height: 25px !important; } :deep(.ant-form-item-control-input-content) { diff --git a/src/views/bookingcabin/cabinBooking/index.vue b/src/views/bookingcabin/cabinBooking/index.vue index ae204f31..9ca1e71b 100644 --- a/src/views/bookingcabin/cabinBooking/index.vue +++ b/src/views/bookingcabin/cabinBooking/index.vue @@ -541,11 +541,11 @@ function handleOpenCopy() {