Sign in
cnlive_project
/
cnlive-community-web-vue
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7c0c5966f49c8e7831e892f7c80cae3ed3c5f169
Authored by
张红振
2022-02-08 13:03:38 +0800
1 parent
a3dbfdbd
样式穿透优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/community/housekeeper/changeAdmin.vue
src/views/community/housekeeper/changeAdmin.vue
View file @
7c0c596
...
...
@@ -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
}
...
...