Compare commits

...

2 Commits

View File

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