Skip to content

Commit

Permalink
fix: 修复由于物料边框引起的左侧面板样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhijie429 committed Jan 11, 2024
1 parent 2b5fe01 commit df591e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/plugins/materials/src/component/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ export default {
white-space: nowrap;
}
}
:deep(.drag-item:nth-child(3n)) {
.component-item {
border-right: none;
}
}
}
.tiny-collapse {
Expand Down

0 comments on commit df591e0

Please sign in to comment.