Commit 7c0c5966f49c8e7831e892f7c80cae3ed3c5f169

Authored by 张红振
1 parent a3dbfdbd

样式穿透优化

src/views/community/housekeeper/changeAdmin.vue
... ... @@ -165,7 +165,7 @@ watchEffect(() => {
165 165 </template>
166 166  
167 167 <style scoped lang="scss">
168   -::v-deep .has-gutter {
  168 + :deep(.has-gutter) {
169 169 .el-checkbox {
170 170 display: none;
171 171 }
... ...