فهرست منبع

全局/deep/替换为::v-deep

朱鑫波 3 سال پیش
والد
کامیت
3dc6aacf23
40فایلهای تغییر یافته به همراه155 افزوده شده و 155 حذف شده
  1. 1 1
      src/assets/less/common.less
  2. 2 2
      src/components/jeecg/JAreaLinkage.vue
  3. 8 8
      src/components/jeecg/JSuperQuery.vue
  4. 1 1
      src/components/tools/UserMenu.vue
  5. 1 1
      src/views/modules/Statistics/components/selectPagination.vue
  6. 11 11
      src/views/modules/Statistics/designerReport/material.less
  7. 2 2
      src/views/modules/Statistics/materialReport/materialReport.vue
  8. 1 1
      src/views/modules/account-config/account-config.less
  9. 2 2
      src/views/modules/account-config/components/configuration-modal.less
  10. 1 1
      src/views/modules/account-config/components/directional-logic/directional-logic.less
  11. 9 9
      src/views/modules/autoLaunch/application/application.less
  12. 1 1
      src/views/modules/autoLaunch/application/components/creatApplication.vue
  13. 2 2
      src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.less
  14. 3 3
      src/views/modules/autoLaunch/channelManage/channelDetailList.vue
  15. 1 1
      src/views/modules/autoLaunch/channelManage/components/creatApplication.vue
  16. 10 10
      src/views/modules/autoLaunch/channelManage/createChannel.vue
  17. 3 3
      src/views/modules/autoLaunch/channelManage/itemList.vue
  18. 4 4
      src/views/modules/autoLaunch/components/configLaunchExploreDrawer.vue
  19. 1 1
      src/views/modules/autoLaunch/configLaunchList.vue
  20. 8 8
      src/views/modules/autoLaunch/configProject/creatConfig.vue
  21. 1 1
      src/views/modules/autoLaunch/directional/components/templateModal.vue
  22. 9 9
      src/views/modules/autoLaunch/directional/directional.less
  23. 1 1
      src/views/modules/autoLaunch/material-all/components/templateModal.vue
  24. 1 1
      src/views/modules/autoLaunch/material-all/material-detail.vue
  25. 11 11
      src/views/modules/autoLaunch/material-all/material.less
  26. 9 9
      src/views/modules/autoLaunch/material-test/creatMaterialTest.vue
  27. 2 2
      src/views/modules/autoLaunch/material-test/index.vue
  28. 9 9
      src/views/modules/autoLaunch/url/url.less
  29. 2 2
      src/views/modules/copy-library/copy-library.less
  30. 4 4
      src/views/modules/creative-copywrit/creative-copywrit.less
  31. 9 9
      src/views/modules/crowd-control/crowd-control.less
  32. 8 8
      src/views/modules/earlyWarningRules/accountClear/createClear.vue
  33. 1 1
      src/views/modules/material/comment/selectTable.vue
  34. 1 1
      src/views/modules/material/videoMaterial.vue
  35. 4 4
      src/views/modules/policy-management/policy-management.less
  36. 1 1
      src/views/modules/settlement-account/settlement-account.less
  37. 1 1
      src/views/modules/settlement-information/settlement-information.less
  38. 1 1
      src/views/modules/stockWatch/modules/custom-columns/custom-columns.less
  39. 6 6
      src/views/modules/stockWatch/modules/keep-manage/keep-manage.less
  40. 2 2
      src/views/modules/stockWatch/modules/keep-person/keep-person.less

+ 1 - 1
src/assets/less/common.less

@@ -54,6 +54,6 @@
 .ant-card-wider-padding.cust-erp-sub-tab>.ant-card-body{padding:5px 12px}
 
 /* 内嵌子表背景颜色 */
-.j-inner-table-wrapper /deep/ .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
+.j-inner-table-wrapper ::v-deep .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
   background-color: #FFFFFF;
 }

+ 2 - 2
src/components/jeecg/JAreaLinkage.vue

@@ -144,11 +144,11 @@
 <style lang="less" scoped>
   .j-area-linkage {
     height:40px;
-    /deep/ .area-cascader-wrap .area-select {
+    ::v-deep .area-cascader-wrap .area-select {
       width: 100%;
     }
 
-    /deep/ .area-select .area-selected-trigger {
+    ::v-deep .area-select .area-selected-trigger {
       line-height: 1.15;
     }
   }

+ 8 - 8
src/components/jeecg/JSuperQuery.vue

@@ -562,30 +562,30 @@
   .j-super-query-modal {
 
     .j-super-query-history-card {
-      /deep/ .ant-card-body,
-      /deep/ .ant-card-head-title {
+      ::v-deep .ant-card-body,
+      ::v-deep .ant-card-head-title {
         padding: 0;
       }
 
-      /deep/ .ant-card-head {
+      ::v-deep .ant-card-head {
         padding: 4px 8px;
         min-height: initial;
       }
     }
 
     .j-super-query-history-empty {
-      /deep/ .ant-empty-image {
+      ::v-deep .ant-empty-image {
         height: 80px;
         line-height: 80px;
         margin-bottom: 0;
       }
 
-      /deep/ img {
+      ::v-deep img {
         width: 80px;
         height: 65px;
       }
 
-      /deep/ .ant-empty-description {
+      ::v-deep .ant-empty-description {
         color: #afafaf;
         margin: 8px 0;
       }
@@ -626,11 +626,11 @@
 
       }
 
-      /deep/ .ant-tree-switcher {
+      ::v-deep .ant-tree-switcher {
         display: none;
       }
 
-      /deep/ .ant-tree-node-content-wrapper {
+      ::v-deep .ant-tree-node-content-wrapper {
         width: 100%;
       }
     }

+ 1 - 1
src/components/tools/UserMenu.vue

@@ -228,7 +228,7 @@
     width: 180px;
     color: inherit;
 
-    /deep/ .ant-select-selection {
+    ::v-deep .ant-select-selection {
       background-color: inherit;
       border: 0;
       border-bottom: 1px solid white;

+ 1 - 1
src/views/modules/Statistics/components/selectPagination.vue

@@ -22,7 +22,7 @@
 </style>
 <style lang="scss" scoped>
 .require-check {
-  /deep/ .ant-form-item-label {
+  ::v-deep .ant-form-item-label {
     label::before {
       display: inline-block;
       margin-right: 4px;

+ 11 - 11
src/views/modules/Statistics/designerReport/material.less

@@ -3,7 +3,7 @@
     // height: calc(100vh - 137px);
     // padding: 20px;
     overflow: hidden;
-    /deep/.chart-card-content {
+    ::v-deep.chart-card-content {
         height: 0;
     }
     .middle-button {
@@ -12,7 +12,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 200px !important;
         }
         .reset-class {
@@ -39,7 +39,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -57,13 +57,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -74,11 +74,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -90,7 +90,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -108,7 +108,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }
@@ -116,7 +116,7 @@
     width: 100%;
     min-height:100px;
     margin-top:15px;
-    /deep/ .ant-card-body {
+    ::v-deep .ant-card-body {
         padding: 0;
     }
 }

+ 2 - 2
src/views/modules/Statistics/materialReport/materialReport.vue

@@ -1177,10 +1177,10 @@ export default {
 .materialReport {
 	.material-report-card {
 		height: 220px;
-		/deep/ .ant-card-head {
+		::v-deep .ant-card-head {
 			border: none;
 		}
-		/deep/ .ant-card-body {
+		::v-deep .ant-card-body {
 			padding-top: 5px;
 		}
 		.report-card-result {

+ 1 - 1
src/views/modules/account-config/account-config.less

@@ -29,7 +29,7 @@
     justify-content: center;
     align-items: center;
 }
-/deep/ .mode-modal-class {
+::v-deep .mode-modal-class {
     width: 600px !important;
     .ant-form-item-label {
         width: 130px;

+ 2 - 2
src/views/modules/account-config/components/configuration-modal.less

@@ -191,7 +191,7 @@
                     }
                 }
             }
-            /deep/ .ant-form-item-control-wrapper {
+            ::v-deep .ant-form-item-control-wrapper {
                 width: 80%;
             }
             .common-input {
@@ -270,7 +270,7 @@
             }
             .position-radio-change {
                 margin-bottom: 10px;
-                /deep/ .ant-checkbox-wrapper {
+                ::v-deep .ant-checkbox-wrapper {
                     margin: 0 !important;
                 }
             }

+ 1 - 1
src/views/modules/account-config/components/directional-logic/directional-logic.less

@@ -44,7 +44,7 @@
                 padding: 0 10px;
                 height: 348px;
                 overflow-y: auto;
-                /deep/ .ant-tabs-nav-container {
+                ::v-deep .ant-tabs-nav-container {
                     margin-left: 0 !important;
                 }
                 .apply-right-tree {

+ 9 - 9
src/views/modules/autoLaunch/application/application.less

@@ -9,7 +9,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 200px !important;
         }
         .reset-class {
@@ -36,7 +36,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -54,13 +54,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -71,11 +71,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -87,7 +87,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -107,7 +107,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }

+ 1 - 1
src/views/modules/autoLaunch/application/components/creatApplication.vue

@@ -1,6 +1,6 @@
 <style lang="less" scoped>
 .require-class {
-  /deep/ .ant-form-item-label {
+  ::v-deep .ant-form-item-label {
     label::before {
       display: inline-block;
       margin-right: 4px;

+ 2 - 2
src/views/modules/autoLaunch/auto-copy-library/auto-copy-library.less

@@ -31,7 +31,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .auto-copy-library-modal {
+::v-deep .auto-copy-library-modal {
     width: 700px !important;
     .ant-modal-body {
         height: 380px !important;
@@ -111,7 +111,7 @@
         }
     }
 }
-/deep/ .reject-ideas-modal {
+::v-deep .reject-ideas-modal {
     width: 900px !important;
     .pagin-table-class {
         display: flex;

+ 3 - 3
src/views/modules/autoLaunch/channelManage/channelDetailList.vue

@@ -1,9 +1,9 @@
 <style lang="scss" scoped>
-/deep/.vue-treeselect__control {
+::v-deep.vue-treeselect__control {
     line-height: 36px !important;
 }
-/deep/ .ant-collapse-item,
-/deep/.ant-collapse-content {
+::v-deep .ant-collapse-item,
+::v-deep.ant-collapse-content {
     overflow: inherit !important;
 }
 .search-bar {

+ 1 - 1
src/views/modules/autoLaunch/channelManage/components/creatApplication.vue

@@ -1,6 +1,6 @@
 <style lang="less" scoped>
 .require-class {
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         label::before {
             display: inline-block;
             margin-right: 4px;

+ 10 - 10
src/views/modules/autoLaunch/channelManage/createChannel.vue

@@ -1,23 +1,23 @@
 <style scoped lang="scss">
-/deep/.vue-treeselect__control {
+::v-deep.vue-treeselect__control {
     line-height: 36px !important;
 }
 .account-item {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: 1;
     }
 }
 
-/deep/.display-none-selset {
+::v-deep.display-none-selset {
     display: none !important;
 }
 // .step-jump {
-//     /deep/ table tr td {
+//     ::v-deep table tr td {
 //         border-bottom: 0px;
 //     }
 // }
 .bottom-to-one {
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         margin-bottom: 0;
     }
 }
@@ -26,10 +26,10 @@
 }
 .card-person {
     width: 300px;
-    /deep/.ant-card-body {
+    ::v-deep.ant-card-body {
         padding: 0px;
     }
-    /deep/.ant-card-head {
+    ::v-deep.ant-card-head {
         padding: 0px 10px;
     }
     .card-main-case {
@@ -140,15 +140,15 @@ li.chouzhen.first:before {
     }
 }
 
-/deep/ .ant-descriptions-item-content {
+::v-deep .ant-descriptions-item-content {
     font-weight: bold;
 }
 
 .info-detail {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border: 0;
     }
-    /deep/ .ant-descriptions-item-label {
+    ::v-deep .ant-descriptions-item-label {
         color: darkgray;
         // min-width: 30px;
         white-space: nowrap;

+ 3 - 3
src/views/modules/autoLaunch/channelManage/itemList.vue

@@ -1,9 +1,9 @@
 <style lang="scss" scoped>
-/deep/.vue-treeselect__control {
+::v-deep.vue-treeselect__control {
     line-height: 36px !important;
 }
-/deep/ .ant-collapse-item,
-/deep/.ant-collapse-content {
+::v-deep .ant-collapse-item,
+::v-deep.ant-collapse-content {
     overflow: inherit !important;
 }
 .search-bar {

+ 4 - 4
src/views/modules/autoLaunch/components/configLaunchExploreDrawer.vue

@@ -1,16 +1,16 @@
 <style scoped lang="scss">
-/deep/ .ant-drawer-header {
+::v-deep .ant-drawer-header {
     border-bottom: 0px;
     padding: 0;
 }
-/deep/.ant-drawer-body {
+::v-deep.ant-drawer-body {
     padding-top: 0;
 }
-/deep/.ant-tooltip-inner {
+::v-deep.ant-tooltip-inner {
     color: #fff !important;
     background-color: rgba(0, 0, 0, 0.75) !important;
 }
-/deep/.ant-tooltip-arrow::before {
+::v-deep.ant-tooltip-arrow::before {
     color: #fff !important;
     background-color: rgba(0, 0, 0, 0.75) !important;
 }

+ 1 - 1
src/views/modules/autoLaunch/configLaunchList.vue

@@ -1,5 +1,5 @@
 <style scoped lang="scss">
-    /deep/ .ant-drawer-header{
+    ::v-deep .ant-drawer-header{
         border-bottom: 0px;
     }
 </style>

+ 8 - 8
src/views/modules/autoLaunch/configProject/creatConfig.vue

@@ -1,14 +1,14 @@
 <style scoped lang="scss">
-/deep/.display-none-selset {
+::v-deep.display-none-selset {
     display: none !important;
 }
 .step-jump {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border-bottom: 0px;
     }
 }
 .bottom-to-one {
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         margin-bottom: 0;
     }
 }
@@ -17,10 +17,10 @@
 }
 .card-person {
     width: 300px;
-    /deep/.ant-card-body {
+    ::v-deep.ant-card-body {
         padding: 0px;
     }
-    /deep/.ant-card-head {
+    ::v-deep.ant-card-head {
         padding: 0px 10px;
     }
     .card-main-case {
@@ -132,15 +132,15 @@ li.chouzhen.first:before {
     }
 }
 
-/deep/ .ant-descriptions-item-content {
+::v-deep .ant-descriptions-item-content {
     font-weight: bold;
 }
 
 .info-detail {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border: 0;
     }
-    /deep/ .ant-descriptions-item-label {
+    ::v-deep .ant-descriptions-item-label {
         color: darkgray;
         // min-width: 30px;
         white-space: nowrap;

+ 1 - 1
src/views/modules/autoLaunch/directional/components/templateModal.vue

@@ -35,7 +35,7 @@
 </style>
 <style lang="scss" scoped>
 .require-check {
-  /deep/ .ant-form-item-label {
+  ::v-deep .ant-form-item-label {
     label::before {
       display: inline-block;
       margin-right: 4px;

+ 9 - 9
src/views/modules/autoLaunch/directional/directional.less

@@ -9,7 +9,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 200px !important;
         }
         .reset-class {
@@ -36,7 +36,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -54,13 +54,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -71,11 +71,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -87,7 +87,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -105,7 +105,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }

+ 1 - 1
src/views/modules/autoLaunch/material-all/components/templateModal.vue

@@ -35,7 +35,7 @@
 </style>
 <style lang="scss" scoped>
 .require-check {
-  /deep/ .ant-form-item-label {
+  ::v-deep .ant-form-item-label {
     label::before {
       display: inline-block;
       margin-right: 4px;

+ 1 - 1
src/views/modules/autoLaunch/material-all/material-detail.vue

@@ -7,7 +7,7 @@
     min-height: 250px;
     width: 100%;
     padding: 20px;
-    /deep/.title-border {
+    ::v-deep.title-border {
         width: calc(100% + 40px);
         height:50px;
         line-height:50px;

+ 11 - 11
src/views/modules/autoLaunch/material-all/material.less

@@ -3,7 +3,7 @@
     // height: calc(100vh - 137px);
     // padding: 20px;
     overflow: hidden;
-    /deep/.chart-card-content {
+    ::v-deep.chart-card-content {
         height: 0;
     }
     .middle-button {
@@ -12,7 +12,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 200px !important;
         }
         .reset-class {
@@ -39,7 +39,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -57,13 +57,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -74,11 +74,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -90,7 +90,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -108,7 +108,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }
@@ -116,7 +116,7 @@
     width: 100%;
     min-height:100px;
     margin-top:15px;
-    /deep/ .ant-card-body {
+    ::v-deep .ant-card-body {
         padding: 0;
     }
 }

+ 9 - 9
src/views/modules/autoLaunch/material-test/creatMaterialTest.vue

@@ -1,20 +1,20 @@
 <style scoped lang="scss">
 .account-item {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: 1;
     }
 }
 
-/deep/.display-none-selset {
+::v-deep.display-none-selset {
     display: none !important;
 }
 // .step-jump {
-//     /deep/ table tr td {
+//     ::v-deep table tr td {
 //         border-bottom: 0px;
 //     }
 // }
 .bottom-to-one {
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         margin-bottom: 0;
     }
 }
@@ -23,10 +23,10 @@
 }
 .card-person {
     width: 300px;
-    /deep/.ant-card-body {
+    ::v-deep.ant-card-body {
         padding: 0px;
     }
-    /deep/.ant-card-head {
+    ::v-deep.ant-card-head {
         padding: 0px 10px;
     }
     .card-main-case {
@@ -137,15 +137,15 @@ li.chouzhen.first:before {
     }
 }
 
-/deep/ .ant-descriptions-item-content {
+::v-deep .ant-descriptions-item-content {
     font-weight: bold;
 }
 
 .info-detail {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border: 0;
     }
-    /deep/ .ant-descriptions-item-label {
+    ::v-deep .ant-descriptions-item-label {
         color: darkgray;
         // min-width: 30px;
         white-space: nowrap;

+ 2 - 2
src/views/modules/autoLaunch/material-test/index.vue

@@ -20,10 +20,10 @@
     flex-wrap: wrap;
     margin-right: -10px;
     justify-content: space-between;
-    /deep/ .ant-card-body {
+    ::v-deep .ant-card-body {
         padding: 0;
     }
-    /deep/ .ant-card-head {
+    ::v-deep .ant-card-head {
         padding: 0 5px;
     }
     .card-item {

+ 9 - 9
src/views/modules/autoLaunch/url/url.less

@@ -9,7 +9,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 200px !important;
         }
         .reset-class {
@@ -36,7 +36,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -54,13 +54,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -71,11 +71,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -87,7 +87,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -105,7 +105,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }

+ 2 - 2
src/views/modules/copy-library/copy-library.less

@@ -36,7 +36,7 @@
     justify-content: center;
     align-items: center;
 }
-/deep/ .copywrit-modal {
+::v-deep .copywrit-modal {
     width: 700px !important;
     .ant-modal-body {
         height: 500px !important;
@@ -109,7 +109,7 @@
         }
     }
 }
-/deep/ .select-matermal-modal {
+::v-deep .select-matermal-modal {
     width: 1000px !important;
     .common-input-long {
         width: 280px;

+ 4 - 4
src/views/modules/creative-copywrit/creative-copywrit.less

@@ -1,6 +1,6 @@
 @import '~@assets/less/common.less';
 
-/deep/ .examin-modal {
+::v-deep .examin-modal {
     width: 700px !important;
     .ant-modal-body {
         height: 500px !important;
@@ -56,7 +56,7 @@
     }
 }
 
-/deep/ .recommend-modal {
+::v-deep .recommend-modal {
     width: 700px !important;
     .ant-modal-body {
         height: 500px !important;
@@ -89,7 +89,7 @@
         .examin-form-input {
             width: 320px;
         }
-        /deep/ .ant-form-item-children {
+        ::v-deep .ant-form-item-children {
             display: inline-flex;
             align-items: center;
         }
@@ -101,7 +101,7 @@
             text-overflow: ellipsis;
         }
         .solgan-form-model {
-            /deep/ .ant-form-item-children {
+            ::v-deep .ant-form-item-children {
                 display: contents !important;
             }
             .solgan-tags-change {

+ 9 - 9
src/views/modules/crowd-control/crowd-control.less

@@ -9,7 +9,7 @@
     .control-con-header {
         margin-bottom: 20px;
         position: relative;
-        /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
+        ::v-deep .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
             width: 100% !important;
         }
         .reset-class {
@@ -36,7 +36,7 @@
         margin-left: 210px;
     }
 }
-/deep/ .push-modal {
+::v-deep .push-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -54,13 +54,13 @@
 }
 .person-modal {
     width: 500px;
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         display: flex;
     }
-    /deep/ .ant-form-item-label {
+    ::v-deep .ant-form-item-label {
         width: 20%;
     }
-    /deep/ .ant-form-item-control-wrapper {
+    ::v-deep .ant-form-item-control-wrapper {
         width: 80%;
     }
     .acount-search-class {
@@ -71,11 +71,11 @@
         margin-bottom: 10px;
         line-height: 1.5;
     }
-    /deep/ .ant-radio-group {
+    ::v-deep .ant-radio-group {
         line-height: 30px;
     }
 }
-/deep/ .cause-modal {
+::v-deep .cause-modal {
     width: 600px !important;
     .cause-modal-table-class {
         height: 500px;
@@ -87,7 +87,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .relax-modal {
+::v-deep .relax-modal {
     width: 600px !important;
     .acount-title {
         display: flex;
@@ -105,7 +105,7 @@
 }
 
 .grid-form-item-account {
-    /deep/ .ant-form-item-control {
+    ::v-deep .ant-form-item-control {
         line-height: inherit;
     }
 }

+ 8 - 8
src/views/modules/earlyWarningRules/accountClear/createClear.vue

@@ -1,14 +1,14 @@
 <style scoped lang="scss">
-/deep/.display-none-selset {
+::v-deep.display-none-selset {
     display: none !important;
 }
 .step-jump {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border-bottom: 0px;
     }
 }
 .bottom-to-one {
-    /deep/ .ant-form-item {
+    ::v-deep .ant-form-item {
         margin-bottom: 0;
     }
 }
@@ -17,10 +17,10 @@
 }
 .card-person {
     width: 300px;
-    /deep/.ant-card-body {
+    ::v-deep.ant-card-body {
         padding: 0px;
     }
-    /deep/.ant-card-head {
+    ::v-deep.ant-card-head {
         padding: 0px 10px;
     }
     .card-main-case {
@@ -131,15 +131,15 @@ li.chouzhen.first:before {
     }
 }
 
-/deep/ .ant-descriptions-item-content {
+::v-deep .ant-descriptions-item-content {
     font-weight: bold;
 }
 
 .info-detail {
-    /deep/ table tr td {
+    ::v-deep table tr td {
         border: 0;
     }
-    /deep/ .ant-descriptions-item-label {
+    ::v-deep .ant-descriptions-item-label {
         color: darkgray;
         // min-width: 30px;
         white-space: nowrap;

+ 1 - 1
src/views/modules/material/comment/selectTable.vue

@@ -22,7 +22,7 @@
 </style>
 <style lang="scss" scoped>
 .require-check {
-  /deep/ .ant-form-item-label {
+  ::v-deep .ant-form-item-label {
     label::before {
       display: inline-block;
       margin-right: 4px;

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -1,5 +1,5 @@
 <style lang="scss">
-/deep/ .usage-details-modal {
+::v-deep .usage-details-modal {
 	width: 750px !important;
 }
 .is-disabled .el-checkbox__inner {

+ 4 - 4
src/views/modules/policy-management/policy-management.less

@@ -75,7 +75,7 @@
     }
 
 }
-/deep/ .rejection-reason-class {
+::v-deep .rejection-reason-class {
     width: 600px !important;
 
     .audit-policy-icon {
@@ -114,7 +114,7 @@
     }
 
 }
-/deep/ .audit-policy-class {
+::v-deep .audit-policy-class {
     width: 930px !important;
 
     .audit-policy-footer {
@@ -177,7 +177,7 @@
 
     }
 }
-/deep/ .policy-operation-class {
+::v-deep .policy-operation-class {
     width: 1000px !important;
     .ant-modal-body {
         height: 600px;
@@ -235,7 +235,7 @@
             .isActive {
                 padding-left: 139px;
             }
-            /deep/ .ant-col-14 {
+            ::v-deep .ant-col-14 {
                 width: 100%;
             }
         }

+ 1 - 1
src/views/modules/settlement-account/settlement-account.less

@@ -45,7 +45,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .settlement-modal-class {
+::v-deep .settlement-modal-class {
     width: 700px !important;
     .file-down-title {
         margin-left: 12px;

+ 1 - 1
src/views/modules/settlement-information/settlement-information.less

@@ -45,7 +45,7 @@
         margin-top: 20px;
     }
 }
-/deep/ .information-modal-class {
+::v-deep .information-modal-class {
     width: 750px !important;
     .upload-txt-rules {
         margin: 0;

+ 1 - 1
src/views/modules/stockWatch/modules/custom-columns/custom-columns.less

@@ -1,4 +1,4 @@
-/deep/ .custom-columns-modal {
+::v-deep .custom-columns-modal {
     width: 800px !important;
     .custom-modal-content {
         .input-search {

+ 6 - 6
src/views/modules/stockWatch/modules/keep-manage/keep-manage.less

@@ -1,10 +1,10 @@
 .keep-manage-content {
-    /deep/ .keep-manage-col {
+    ::v-deep .keep-manage-col {
         min-height: 300px;
         margin-bottom: 20px;
     }
     .echarts-card {
-        /deep/  .ant-card-body {
+        ::v-deep  .ant-card-body {
             padding: 0;
         }
     }
@@ -35,7 +35,7 @@
         }
     }
     .title-checkout-select {
-        /deep/ .ant-select-enabled {
+        ::v-deep .ant-select-enabled {
             width: 150px;
             margin-left: 10px;
         }
@@ -108,7 +108,7 @@
             font-size: 16px;
             display: flex;
             line-height: 30px;
-            /deep/ .anticon {
+            ::v-deep .anticon {
                 line-height: 37px;
             }
             .title-label {
@@ -144,14 +144,14 @@
 }
 
 #outTable {
-    /deep/ .ant-table-header-column {
+    ::v-deep .ant-table-header-column {
         word-break: break-all; 
         font-size: 14px; 
         font-weight: 600
     }
    
 }
-/deep/ .ant-card-extra {
+::v-deep .ant-card-extra {
     padding: 0!important;
 }
 

+ 2 - 2
src/views/modules/stockWatch/modules/keep-person/keep-person.less

@@ -106,14 +106,14 @@
 }
 
 #outTable {
-    /deep/ .ant-table-header-column {
+    ::v-deep .ant-table-header-column {
         word-break: break-all; 
         font-size: 14px; 
         font-weight: 600
     }
    
 }
-/deep/ .ant-card-extra {
+::v-deep .ant-card-extra {
     padding: 0!important;
 }