forked from opentiny/tiny-engine
fix: 修复由于物料边框引起的左侧面板样式问题 (#247)
This commit is contained in:
parent
435f81708f
commit
12b7a11280
|
@ -163,6 +163,12 @@ export default {
|
|||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.drag-item:nth-child(3n)) {
|
||||
.component-item {
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tiny-collapse {
|
||||
|
|
Loading…
Reference in New Issue