Unverified Commit 02e77560 authored by Dack Wang's avatar Dack Wang Committed by GitHub

fix(): The Style of tableTitle slot (#1023)

Co-authored-by: 's avatar王英琦 <wangyingqi@91bihu.com>
parent 72f953c8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div v-if="$slots.headerTop" style="margin: 5px"> <div v-if="$slots.headerTop" style="margin: 5px">
<slot name="headerTop"></slot> <slot name="headerTop"></slot>
</div> </div>
<div style="width: 100%; display: flex"> <div class="flex items-center">
<slot name="tableTitle" v-if="$slots.tableTitle"></slot> <slot name="tableTitle" v-if="$slots.tableTitle"></slot>
<TableTitle <TableTitle
:helpMessage="titleHelpMessage" :helpMessage="titleHelpMessage"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment