mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(docs): fix table v2 filter demo style error (#8847)
* fix(docs): fix table v2 filter demo style error * fix(docs): update by v-bind
This commit is contained in:
@@ -70,7 +70,7 @@ columns[0].headerCellRenderer = (props: HeaderCellSlotProps) => {
|
||||
return (
|
||||
<div class="flex items-center justify-center">
|
||||
<span class="mr-2 text-xs">{props.column.title}</span>
|
||||
<ElPopover ref={popoverRef} trigger="click">
|
||||
<ElPopover ref={popoverRef} trigger="click" {...{ width: 200 }}>
|
||||
{{
|
||||
default: () => (
|
||||
<div class="filter-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user