perf: Fill data table width to whole page (#626)

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>
<style scoped>
.v-data-table {
width: 100%;
}
</style>