docs(table): fix examples width (#2478)

This commit is contained in:
Sandro Circi
2024-10-28 16:55:11 +01:00
committed by GitHub
parent 0a17663d13
commit 75410fba97
5 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ const rowSelection = ref({ 1: true })
</script>
<template>
<div class="flex-1">
<div class="flex-1 w-full">
<UTable
ref="table"
v-model:row-selection="rowSelection"