fix: 修复由于物料边框引起的左侧面板样式问题 (#247)

This commit is contained in:
lizhijie429 2024-01-19 14:21:26 +08:00 committed by GitHub
parent 435f81708f
commit 12b7a11280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ export default {
white-space: nowrap;
}
}
:deep(.drag-item:nth-child(3n)) {
.component-item {
border-right: none;
}
}
}
.tiny-collapse {