::v-deep=>:deep()
This commit is contained in:
		| @@ -171,7 +171,7 @@ export default { | ||||
| .AppVaccination { | ||||
|   height: 100%; | ||||
|  | ||||
|   ::v-deep .dataPane { | ||||
|   :deep( .dataPane ){ | ||||
|     flex: 1; | ||||
|     min-width: 0; | ||||
|     background: #FFFFFF; | ||||
| @@ -189,7 +189,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .mainPane { | ||||
|   :deep( .mainPane ){ | ||||
|     background: #fff; | ||||
|     padding: 12px 16px; | ||||
|     box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15); | ||||
|   | ||||
| @@ -206,7 +206,7 @@ export default { | ||||
| .addVaccination { | ||||
|   height: 100%; | ||||
|  | ||||
|   ::v-deep .ai-card__body, .el-form { | ||||
|   :deep( .ai-card__body), .el-form { | ||||
|     display: flex; | ||||
|     flex-wrap: wrap; | ||||
|   } | ||||
| @@ -227,7 +227,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-button { | ||||
|   :deep( .el-button ){ | ||||
|     .iconfont { | ||||
|       color: inherit | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user