1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-04-01 14:24:12 +03:00

perf: Fill data table width to whole page ()

This commit is contained in:
Rémi Marseault 2023-01-27 18:52:03 +01:00 committed by GitHub
parent 1841a5ce0f
commit d2c0817bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,3 +115,9 @@ export default defineComponent({
} }
}) })
</script> </script>
<style scoped>
.v-data-table {
width: 100%;
}
</style>