fix(style): selector for all labels in track table header
This commit is contained in:
parent
e17d88b5e1
commit
a2824e1f43
|
@ -272,7 +272,7 @@ const updatePage = (page: number) => {
|
|||
</template>
|
||||
|
||||
<style scoped>
|
||||
[table-header] {
|
||||
[table-header] > label {
|
||||
padding-left: 4px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue