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,
|
faBookmark,
|
||||||
faCheck,
|
faCheck,
|
||||||
faChevronRight,
|
faChevronRight,
|
||||||
faChevronUp,
|
faChevronDown,
|
||||||
faExternalLinkAlt,
|
faExternalLinkAlt,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faHistory,
|
faHistory,
|
||||||
|
|
@ -39,7 +39,7 @@ library.add(
|
||||||
faWrench,
|
faWrench,
|
||||||
|
|
||||||
faChevronRight,
|
faChevronRight,
|
||||||
faChevronUp,
|
faChevronDown,
|
||||||
|
|
||||||
faReply,
|
faReply,
|
||||||
faRetweet,
|
faRetweet,
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
:class="buttonInnerClass"
|
:class="buttonInnerClass"
|
||||||
role="menuitem"
|
role="menuitem"
|
||||||
type="button"
|
type="button"
|
||||||
|
placement="bottom"
|
||||||
:title="$t(button.label(funcArg))"
|
:title="$t(button.label(funcArg))"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:tabindex="0"
|
:tabindex="0"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
v-if="button.dropdown?.()"
|
v-if="button.dropdown?.()"
|
||||||
:trigger="$attrs.extra ? 'hover' : 'click'"
|
:trigger="$attrs.extra ? 'hover' : 'click'"
|
||||||
:offset="{ y: 5 }"
|
:offset="{ y: 5 }"
|
||||||
:placement="$attrs.extra ? 'right' : 'top'"
|
:placement="$attrs.extra ? 'right' : 'bottom'"
|
||||||
>
|
>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<ActionButton
|
<ActionButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue