docs(table): columns select is obscured (#2714)

This commit is contained in:
Jevin
2024-11-21 18:19:37 +08:00
committed by GitHub
parent 51c8b8e3e5
commit dbd2aed20b

View File

@@ -62,7 +62,7 @@ extraClass: 'overflow-hidden'
padding: false
component: 'table-example-columns-selectable'
componentProps:
class: 'flex-1 flex-col overflow-hidden'
class: 'flex-1 flex-col overflow-hidden min-h-[230px]'
---
::