未验证 提交 02e77560 编写于 作者: D Dack Wang 提交者: GitHub

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

Co-authored-by: N王英琦 <wangyingqi@91bihu.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册