::v-deep=>:deep()
This commit is contained in:
		| @@ -227,7 +227,7 @@ | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|   .move-item { | ||||
|     ::v-deep .el-form-item__label { | ||||
|     :deep( .el-form-item__label ){ | ||||
|       cursor: move; | ||||
|     } | ||||
|   } | ||||
| @@ -240,7 +240,7 @@ | ||||
|           margin-left: 20px; | ||||
|         } | ||||
|  | ||||
|         ::v-deep .el-form-item__content { | ||||
|         :deep( .el-form-item__content ){ | ||||
|           margin-left: 0!important; | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user