diff --git a/src/components/EmailModal/index.vue b/src/components/EmailModal/index.vue
index d8300b41..e7cd2aa4 100644
--- a/src/components/EmailModal/index.vue
+++ b/src/components/EmailModal/index.vue
@@ -96,7 +96,7 @@
diff --git a/src/views/bookingcabin/ContractnoList/index.vue b/src/views/bookingcabin/ContractnoList/index.vue
index e04b9104..77ee353e 100644
--- a/src/views/bookingcabin/ContractnoList/index.vue
+++ b/src/views/bookingcabin/ContractnoList/index.vue
@@ -133,11 +133,11 @@ function handleAdd() {
-->
diff --git a/src/views/operation/invoiceApply/detail/InvoiceDetails.vue b/src/views/operation/invoiceApply/detail/InvoiceDetails.vue
index b2af1f21..75c02444 100644
--- a/src/views/operation/invoiceApply/detail/InvoiceDetails.vue
+++ b/src/views/operation/invoiceApply/detail/InvoiceDetails.vue
@@ -118,7 +118,7 @@
diff --git a/src/views/system/CodeDataRuleTemplate/TenantAuditStepModal.vue b/src/views/system/CodeDataRuleTemplate/TenantAuditStepModal.vue
index 87a116ea..25c068fb 100644
--- a/src/views/system/CodeDataRuleTemplate/TenantAuditStepModal.vue
+++ b/src/views/system/CodeDataRuleTemplate/TenantAuditStepModal.vue
@@ -429,7 +429,7 @@ function replaceEndChar(str, target, replacement) {
}
diff --git a/src/views/system/CodeDataRuleTemplate/feeField.vue b/src/views/system/CodeDataRuleTemplate/feeField.vue
index 75b529ca..18f481f4 100644
--- a/src/views/system/CodeDataRuleTemplate/feeField.vue
+++ b/src/views/system/CodeDataRuleTemplate/feeField.vue
@@ -46,13 +46,10 @@
import {
ref,
onMounted,
- defineProps,
watch,
nextTick,
defineComponent,
- defineExpose,
- watchEffect,
- inject,
+ watchEffect
} from 'vue'
// 下拉框数据接口
import { GetFeeCodeSelectList, GetFeeCurrencySelectList } from '/@/api/common'
diff --git a/src/views/system/datarule/index.vue b/src/views/system/datarule/index.vue
index bf7002fa..628880a3 100644
--- a/src/views/system/datarule/index.vue
+++ b/src/views/system/datarule/index.vue
@@ -377,12 +377,12 @@ function processNode(node) {
width: 50%;
}
-/deep/ .ant-tree-node-selected {
+:deep(.ant-tree-node-selected) {
color: #257afa;
background-color: #f5f9fc !important;
}
-/deep/ .vben-basic-table .ant-table-wrapper .ant-table.ant-table-bordered .ant-table-title {
+:deep(.vben-basic-table .ant-table-wrapper .ant-table.ant-table-bordered .ant-table-title) {
padding-top: 0px !important;
}
diff --git a/src/views/system/user/UserModal.vue b/src/views/system/user/UserModal.vue
index c3cac3dd..24f977cb 100644
--- a/src/views/system/user/UserModal.vue
+++ b/src/views/system/user/UserModal.vue
@@ -233,15 +233,15 @@
.p-active {
color: #17A6A3;
}
- /deep/ .ant-divider {
+ :deep(.ant-divider) {
font-size: 12px;
font-weight: 600;
margin: 16px 0 8px -19px;
}
- /deep/ .ant-divider-horizontal.ant-divider-with-text-left::before {
+ :deep(.ant-divider-horizontal.ant-divider-with-text-left::before) {
width: 0;
}
- /deep/ .ant-divider-horizontal.ant-divider-with-text-left::after {
+ :deep(.ant-divider-horizontal.ant-divider-with-text-left::after) {
width: 0;
}
\ No newline at end of file
diff --git a/src/views/taskmanage/components/pdf.vue b/src/views/taskmanage/components/pdf.vue
index ec2168a2..cabd1407 100644
--- a/src/views/taskmanage/components/pdf.vue
+++ b/src/views/taskmanage/components/pdf.vue
@@ -98,13 +98,13 @@ defineExpose({ startInit })
padding-left: 40px;
}
-/deep/ .ant-tabs-nav {
+:deep(.ant-tabs-nav) {
margin-bottom: 0px !important;
}
-/deep/ .ant-spin-nested-loading{
+:deep(.ant-spin-nested-loading) {
height: 100%;
}
-/deep/ .ant-spin-container{
+:deep(.ant-spin-container) {
height: 100%;
}
\ No newline at end of file
diff --git a/src/views/taskmanage/components/taskButton.vue b/src/views/taskmanage/components/taskButton.vue
index fab587ba..cc7adccb 100644
--- a/src/views/taskmanage/components/taskButton.vue
+++ b/src/views/taskmanage/components/taskButton.vue
@@ -48,8 +48,7 @@