feat: panelItem 增加边距

This commit is contained in:
niedongsheng 2026-04-07 15:23:45 +08:00
parent b0c8e2549f
commit 7d510060b1

View File

@ -30,6 +30,10 @@ const props = defineProps({
padding: 20px;
background-color: #fff;
border-radius: 8px;
& + .panel-item {
margin-top: 10px;
}
}
.header {
display: flex;