細かい修正など

This commit is contained in:
syuilo
2020-12-28 13:58:57 +09:00
parent b67ed64116
commit 20c076b369
4 changed files with 7 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
<slot name="action"></slot>
</div>
<span class="header"><slot name="header"></slot></span>
<button v-if="func" class="menu _button" ref="menu" @click.stop="func.handler"><Fa :icon="func.icon || faCog"/></button>
<button v-if="func" class="menu _button" v-tooltip="func.title" @click.stop="func.handler"><Fa :icon="func.icon || faCog"/></button>
</header>
<div ref="body" v-show="active">
<slot></slot>