::v-deep=>:deep()
This commit is contained in:
		| @@ -171,7 +171,7 @@ export default { | ||||
| <style scoped lang="scss"> | ||||
| .detail { | ||||
|   .AiTitle { | ||||
|     ::v-deep.ai-detail__title { | ||||
|     :deep(.ai-detail__title ){ | ||||
|       // padding: 10px 0 0 10px; | ||||
|       background-color: #fff; | ||||
|     } | ||||
|   | ||||
| @@ -491,14 +491,14 @@ export default { | ||||
|   // text-overflow: ellipsis; | ||||
|   height: 100%; | ||||
|   background: #f3f6f9; | ||||
|   ::v-deep.btn { | ||||
|   :deep(.btn ){ | ||||
|     margin-bottom: 10px; | ||||
|   } | ||||
|   ::v-deep.cell { | ||||
|   :deep(.cell ){ | ||||
|     width: 40px; | ||||
|     height: 40px; | ||||
|     ::v-deep.table-left__wrapper { | ||||
|       ::v-deep .img { | ||||
|     :deep(.table-left__wrapper ){ | ||||
|       :deep( .img ){ | ||||
|         // object-fit: fill; | ||||
|         width: 40px; | ||||
|         height: 40px; | ||||
|   | ||||
| @@ -170,7 +170,7 @@ export default { | ||||
| <style scoped lang="scss"> | ||||
| .detail { | ||||
|   .AiTitle { | ||||
|     ::v-deep.ai-detail__title { | ||||
|     :deep(.ai-detail__title ){ | ||||
|       // padding: 10px 0 0 10px; | ||||
|       background-color: #fff; | ||||
|     } | ||||
|   | ||||
| @@ -719,10 +719,10 @@ export default { | ||||
|   height: 100%; | ||||
|   .el-alert { | ||||
|     margin-bottom: 10px; | ||||
|     // ::v-deep.el-alert__content { | ||||
|     // :deep(.el-alert__content ){ | ||||
|     //   color: red; | ||||
|     // } | ||||
|     ::v-deep.el-alert__closebtn { | ||||
|     :deep(.el-alert__closebtn ){ | ||||
|       color: #8d96a9; | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user