::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; | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user