fix(style): selector for all labels in track table header

This commit is contained in:
upsiflu 2025-02-08 15:30:57 +01:00
parent e17d88b5e1
commit a2824e1f43
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ const updatePage = (page: number) => {
</template>
<style scoped>
[table-header] {
[table-header] > label {
padding-left: 4px;
}
</style>