::v-deep=>:deep()
This commit is contained in:
		| @@ -61,7 +61,7 @@ export default { | ||||
|     goPage(params) { | ||||
|       this.detailRow = params.row | ||||
|       this.currentComp = params.comp | ||||
|        | ||||
|  | ||||
|       if(params.comp == 'detail' || params.comp == 'addMeeting') { | ||||
|         this.showDetail = true | ||||
|       } | ||||
| @@ -93,7 +93,7 @@ export default { | ||||
|   .conference { | ||||
|     height: 100%; | ||||
|  | ||||
|     ::v-deep .ai-list__content--right-wrapper { | ||||
|     :deep( .ai-list__content--right-wrapper ){ | ||||
|       background-color: transparent !important; | ||||
|       box-shadow: none !important; | ||||
|     } | ||||
|   | ||||
| @@ -235,7 +235,7 @@ export default { | ||||
| </script> | ||||
| <style lang="scss" scoped> | ||||
| .addMeeting { | ||||
|   ::v-deep .el-button--text { | ||||
|   :deep( .el-button--text ){ | ||||
|     .iconfont { | ||||
|       color: inherit; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user