Skip to content

Commit

Permalink
fix: 修复由于物料边框引起的左侧面板样式问题 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhijie429 authored Jan 19, 2024
1 parent 435f817 commit 12b7a11
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 12b7a11

Please sign in to comment.