Skip to content

Commit 02e7756

Browse files
andyqier88王英琦
and
王英琦
authored
fix(): The Style of tableTitle slot (#1023)
Co-authored-by: 王英琦 <wangyingqi@91bihu.com>
1 parent 72f953c commit 02e7756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/src/components/TableHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div v-if="$slots.headerTop" style="margin: 5px">
44
<slot name="headerTop"></slot>
55
</div>
6-
<div style="width: 100%; display: flex">
6+
<div class="flex items-center">
77
<slot name="tableTitle" v-if="$slots.tableTitle"></slot>
88
<TableTitle
99
:helpMessage="titleHelpMessage"

0 commit comments

Comments
 (0)