::v-deep=>:deep()
This commit is contained in:
		| @@ -42,7 +42,7 @@ export default { | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| ::v-deep.AiEditInput { | ||||
| :deep(.AiEditInput ){ | ||||
|   &.error { | ||||
|     background: rgba(#f46, .2); | ||||
|   } | ||||
|   | ||||
| @@ -270,7 +270,7 @@ | ||||
|       margin-left: 10px; | ||||
|     } | ||||
|  | ||||
|     ::v-deep .el-tag { | ||||
|     :deep( .el-tag ){ | ||||
|       color: #222222; | ||||
|       border-color: #D0D4DC; | ||||
|  | ||||
| @@ -304,7 +304,7 @@ | ||||
|       display: flex; | ||||
|       flex-direction: column; | ||||
|  | ||||
|       ::v-deep .el-button--danger { | ||||
|       :deep( .el-button--danger ){ | ||||
|         margin-left: 0; | ||||
|         margin-top: 4px; | ||||
|       } | ||||
|   | ||||
| @@ -89,7 +89,7 @@ | ||||
|     overflow: hidden; | ||||
|  | ||||
|     .card { | ||||
|       ::v-deep .aibar { | ||||
|       :deep( .aibar ){ | ||||
|         height: 94px !important; | ||||
|         flex-direction: column; | ||||
|         align-items: flex-start; | ||||
| @@ -107,7 +107,7 @@ | ||||
|  | ||||
|       } | ||||
|  | ||||
|       ::v-deep .ai-card__body { | ||||
|       :deep( .ai-card__body ){ | ||||
|         padding: 12px 20px 22px !important; | ||||
|       } | ||||
|  | ||||
| @@ -140,7 +140,7 @@ | ||||
|       } | ||||
|     } | ||||
|  | ||||
|     ::v-deep .el-tag{ | ||||
|     :deep( .el-tag){ | ||||
|       background: #F3F4F7; | ||||
|       border-radius: 2px; | ||||
|       color: #222222; | ||||
|   | ||||
| @@ -193,7 +193,7 @@ export default { | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| ::v-deep.ai-form { | ||||
| :deep(.ai-form ){ | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   .ai-card { | ||||
|   | ||||
| @@ -102,7 +102,7 @@ | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| ::v-deep.ai-form { | ||||
| :deep(.ai-form ){ | ||||
|   display: flex; | ||||
|   flex-direction: column; | ||||
|   .ai-card { | ||||
|   | ||||
| @@ -213,7 +213,7 @@ export default { | ||||
|       this.instance.post('/app/appjob/statistic').then((res) => { | ||||
|         if (res?.data) { | ||||
|           this.staData = res.data | ||||
|            | ||||
|  | ||||
|         } | ||||
|       }) | ||||
|     }, | ||||
| @@ -223,7 +223,7 @@ export default { | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|   .list { | ||||
|     ::v-deep .ai-list__content { | ||||
|     :deep( .ai-list__content ){ | ||||
|       padding: 0!important; | ||||
|  | ||||
|       .ai-list__content--right-wrapper { | ||||
|   | ||||
| @@ -249,7 +249,7 @@ export default { | ||||
|     margin-top: -40px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .AiIcon { | ||||
|   :deep( .AiIcon ){ | ||||
|     width: 38px; | ||||
|     height: 38px; | ||||
|   } | ||||
|   | ||||
| @@ -78,7 +78,7 @@ export default { | ||||
|   height: 100%; | ||||
|   overflow: auto; | ||||
|  | ||||
|   ::v-deep .ai-detail__content { | ||||
|   :deep( .ai-detail__content ){ | ||||
|     background: #F3F6F9 !important; | ||||
|   } | ||||
|  | ||||
|   | ||||
| @@ -270,7 +270,7 @@ export default { | ||||
|   overflow: auto; | ||||
|   background: #f3f6f9; | ||||
|  | ||||
|   ::v-deep.has-gutter th:nth-child(1) div { | ||||
|   :deep(.has-gutter th:nth-child(1) div ){ | ||||
|     margin-left: 40px; | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -351,7 +351,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-list__content--right-wrapper { | ||||
|   :deep( .ai-list__content--right-wrapper ){ | ||||
|     min-height: calc(100% - 6px) !important; | ||||
|     display: flex; | ||||
|   } | ||||
|   | ||||
| @@ -308,18 +308,18 @@ export default { | ||||
| } | ||||
|  | ||||
| .addRural { | ||||
|   ::v-deep .upload-list .el-upload-list--picture-card { | ||||
|   :deep( .upload-list .el-upload-list--picture-card ){ | ||||
|     .el-upload-list__item-actions { | ||||
|       width: 84px !important; | ||||
|       height: 84px !important; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .upload-list .el-upload-list__item { | ||||
|   :deep( .upload-list .el-upload-list__item ){ | ||||
|     margin-right: 16px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .upload-list .el-upload-list__item, .el-upload-list__item { | ||||
|   :deep( .upload-list .el-upload-list__item), .el-upload-list__item { | ||||
|     img { | ||||
|       width: 84px !important; | ||||
|       height: 84px !important; | ||||
| @@ -330,7 +330,7 @@ export default { | ||||
|   .upload-list { | ||||
|     padding-bottom: 100px; | ||||
|  | ||||
|     ::v-deep .el-upload-list__item { | ||||
|     :deep( .el-upload-list__item ){ | ||||
|       width: 84px !important; | ||||
|       height: 84px !important; | ||||
|       border-radius: 2px !important; | ||||
| @@ -362,7 +362,7 @@ export default { | ||||
|     line-height: 16px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .upload-list .el-upload--picture-card { | ||||
|   :deep( .upload-list .el-upload--picture-card ){ | ||||
|     width: 84px !important; | ||||
|     height: 84px !important; | ||||
|     line-height: 30px !important; | ||||
|   | ||||
| @@ -294,7 +294,7 @@ | ||||
|  | ||||
|       .addressBook-left__list--search { | ||||
|         flex: 1; | ||||
|         ::v-deep input { | ||||
|         :deep( input ){ | ||||
|           width: 100%; | ||||
|         } | ||||
|       } | ||||
| @@ -311,7 +311,7 @@ | ||||
|       font-size: 14px; | ||||
|     } | ||||
|  | ||||
|     ::v-deep .el-tree { | ||||
|     :deep( .el-tree ){ | ||||
|       background: transparent; | ||||
|  | ||||
|       .el-tree-node__expand-icon.is-leaf { | ||||
| @@ -348,7 +348,7 @@ | ||||
|         } | ||||
|  | ||||
|         background: #2266FF; | ||||
|          | ||||
|  | ||||
|         span { | ||||
|           color: #fff; | ||||
|         } | ||||
| @@ -356,7 +356,7 @@ | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-list__content--left { | ||||
|   :deep( .ai-list__content--left ){ | ||||
|     margin-right: 2px; | ||||
|   } | ||||
|  | ||||
| @@ -408,7 +408,7 @@ | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-list__content--right { | ||||
|   :deep( .ai-list__content--right ){ | ||||
|  | ||||
|     .ai-list__content--right-wrapper { | ||||
|       min-height: 100%; | ||||
|   | ||||
| @@ -187,7 +187,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-form-item__content { | ||||
|   :deep( .el-form-item__content ){ | ||||
|     margin-left: 140px !important; | ||||
|   } | ||||
|  | ||||
| @@ -212,17 +212,17 @@ export default { | ||||
|     padding: 0 90px 0 50px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-detail__footer { | ||||
|   :deep( .ai-detail__footer ){ | ||||
|     background: #fff !important; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-detail { | ||||
|   :deep( .ai-detail ){ | ||||
|     div { | ||||
|       box-sizing: border-box; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-detail__content--active { | ||||
|   :deep( .ai-detail__content--active ){ | ||||
|     padding: 20px; | ||||
|     box-sizing: border-box; | ||||
|  | ||||
| @@ -239,7 +239,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-wrapper { | ||||
|   :deep( .ai-wrapper ){ | ||||
|     align-items: inherit !important; | ||||
|   } | ||||
|  | ||||
|   | ||||
| @@ -103,7 +103,7 @@ | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
|   .join-event { | ||||
|     ::v-deep th { | ||||
|     :deep( th ){ | ||||
|       font-weight: bold!important; | ||||
|     } | ||||
|   } | ||||
|   | ||||
| @@ -195,10 +195,10 @@ | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
|   .join-event { | ||||
|     ::v-deep th { | ||||
|     :deep( th ){ | ||||
|       font-weight: bold!important; | ||||
|     } | ||||
|     ::v-deep .table-options{ | ||||
|     :deep( .table-options){ | ||||
|       span{ | ||||
|         font-size: 14px!important; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user