Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3
This commit is contained in:
commit
af733204e9
3 changed files with 4 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ import {
|
|||
faBookmark,
|
||||
faCheck,
|
||||
faChevronRight,
|
||||
faChevronUp,
|
||||
faChevronDown,
|
||||
faExternalLinkAlt,
|
||||
faEyeSlash,
|
||||
faHistory,
|
||||
|
|
@ -39,7 +39,7 @@ library.add(
|
|||
faWrench,
|
||||
|
||||
faChevronRight,
|
||||
faChevronUp,
|
||||
faChevronDown,
|
||||
|
||||
faReply,
|
||||
faRetweet,
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
:class="buttonInnerClass"
|
||||
role="menuitem"
|
||||
type="button"
|
||||
placement="bottom"
|
||||
:title="$t(button.label(funcArg))"
|
||||
target="_blank"
|
||||
:tabindex="0"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
v-if="button.dropdown?.()"
|
||||
:trigger="$attrs.extra ? 'hover' : 'click'"
|
||||
:offset="{ y: 5 }"
|
||||
:placement="$attrs.extra ? 'right' : 'top'"
|
||||
:placement="$attrs.extra ? 'right' : 'bottom'"
|
||||
>
|
||||
<template #trigger>
|
||||
<ActionButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue