mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-29 05:28:53 +03:00
perf: Fill data table width to whole page (#626)
This commit is contained in:
parent
1841a5ce0f
commit
d2c0817bee
1 changed files with 6 additions and 0 deletions
|
@ -115,3 +115,9 @@ export default defineComponent({
|
|||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.v-data-table {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue