::v-deep=>:deep()
This commit is contained in:
		| @@ -1059,7 +1059,7 @@ export default { | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| .party { | ||||
|   ::v-deep .el-input-group__append { | ||||
|   :deep( .el-input-group__append ){ | ||||
|     height: 32px; | ||||
|     margin: 0; | ||||
|     padding: 0; | ||||
| @@ -1078,7 +1078,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep.cardTabs { | ||||
|   :deep(.cardTabs ){ | ||||
|     .el-tabs__header { | ||||
|       padding: 0; | ||||
|     } | ||||
|   | ||||
| @@ -456,7 +456,7 @@ export default { | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| .party-detail { | ||||
|   ::v-deep .AiID { | ||||
|   :deep( .AiID ){ | ||||
|     line-height: 1.4; | ||||
|     color: #222; | ||||
|  | ||||
|   | ||||
| @@ -277,15 +277,15 @@ export default { | ||||
|     align-items: center; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .audit-0 { | ||||
|   :deep( .audit-0 ){ | ||||
|     color: #FF8822 !important; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .audit-1 { | ||||
|   :deep( .audit-1 ){ | ||||
|     color: #2EA222 !important; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-list__content--right { | ||||
|   :deep( .ai-list__content--right ){ | ||||
|     flex: 1; | ||||
|     min-width: 0; | ||||
|     margin-left: 1px; | ||||
| @@ -295,7 +295,7 @@ export default { | ||||
|       width: 100%; | ||||
|     } | ||||
|   } | ||||
|   ::v-deep .is-current>.el-tree-node__content{ | ||||
|   :deep( .is-current>.el-tree-node__content){ | ||||
|     width: 100%!important; | ||||
|     padding-right: 16px!important; | ||||
|   } | ||||
|   | ||||
| @@ -187,7 +187,7 @@ export default { | ||||
|     margin-top: 16px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep.ai-dialog__content { | ||||
|   :deep(.ai-dialog__content ){ | ||||
|     .ai-dialog__content--wrapper { | ||||
|       padding-right: 0; | ||||
|       display: flex; | ||||
| @@ -223,7 +223,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep.searchbar { | ||||
|   :deep(.searchbar ){ | ||||
|     padding-right: 0; | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -498,11 +498,11 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-form-item__error { | ||||
|   :deep( .el-form-item__error ){ | ||||
|     position: static; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .content-right { | ||||
|   :deep( .content-right ){ | ||||
|     box-sizing: border-box; | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
| @@ -629,7 +629,7 @@ export default { | ||||
|       display: flex; | ||||
|       align-items: center; | ||||
|  | ||||
|       ::v-deep .el-checkbox__label { | ||||
|       :deep( .el-checkbox__label ){ | ||||
|         font-size: 14px; | ||||
|       } | ||||
|     } | ||||
|   | ||||
| @@ -710,13 +710,13 @@ export default { | ||||
|   height: 100%; | ||||
|   font-size: 14px; | ||||
|  | ||||
|   ::v-deep.el-tabs__content { | ||||
|   :deep(.el-tabs__content ){ | ||||
|     max-height: calc(100vh - 176px); | ||||
|     overflow-y: auto; | ||||
|  | ||||
|   } | ||||
|  | ||||
|   ::v-deep .AiID { | ||||
|   :deep( .AiID ){ | ||||
|     line-height: unset; | ||||
|  | ||||
|     .el-button--text { | ||||
| @@ -725,7 +725,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-form-item { | ||||
|   :deep( .el-form-item ){ | ||||
|     margin-bottom: 10px; | ||||
|  | ||||
|     .el-form-item { | ||||
| @@ -737,7 +737,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-form-item__error { | ||||
|   :deep( .el-form-item__error ){ | ||||
|     position: static; | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -257,7 +257,7 @@ export default { | ||||
| .ResidentList { | ||||
|   height: 100%; | ||||
|  | ||||
|   ::v-deep.AiSearch { | ||||
|   :deep(.AiSearch ){ | ||||
|     .el-input + .el-input > .el-input__inner { | ||||
|       border-left-color: transparent; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user