fix: DateTimeRange组件弃用/deep/样式穿透

This commit is contained in:
刘洪洪
2022-12-08 15:59:55 +08:00
parent b10b8aee93
commit 8b096bb648
2 changed files with 4 additions and 6 deletions

View File

@@ -293,9 +293,3 @@ export default {
}
}
</script>
<style scoped>
/deep/.el-input__inner {
visibility: hidden !important;
}
</style>