style: table padding

This commit is contained in:
skytek_xinliang
2026-08-13 11:56:03 +08:00
parent 6000639b1c
commit 6c602d27e7
2 changed files with 5 additions and 0 deletions
@@ -418,4 +418,8 @@ onMounted(() => {
.group-caption {
color: rgba(255, 255, 255, 0.85);
}
.pa-0 :deep(.v-expansion-panel-text__wrapper) {
padding: 0;
}
</style>