perf: change the trigger of the "more action" button to click
This commit is contained in:
parent
2d2954d81c
commit
aa291f742d
|
@ -395,6 +395,7 @@ watch(
|
||||||
:render-label="({ label }) => $t(label)"
|
:render-label="({ label }) => $t(label)"
|
||||||
placement="top-end"
|
placement="top-end"
|
||||||
style="min-width: 130px"
|
style="min-width: 130px"
|
||||||
|
trigger="click"
|
||||||
@select="onSelectOptions">
|
@select="onSelectOptions">
|
||||||
<icon-button :button-class="['nav-pane-func-btn']" :icon="More" :stroke-width="3.5" size="20" />
|
<icon-button :button-class="['nav-pane-func-btn']" :icon="More" :stroke-width="3.5" size="20" />
|
||||||
</n-dropdown>
|
</n-dropdown>
|
||||||
|
|
|
@ -69,6 +69,7 @@ const onSelectOptions = async (select) => {
|
||||||
:render-label="({ label }) => $t(label)"
|
:render-label="({ label }) => $t(label)"
|
||||||
placement="top-end"
|
placement="top-end"
|
||||||
style="min-width: 130px"
|
style="min-width: 130px"
|
||||||
|
trigger="click"
|
||||||
@select="onSelectOptions">
|
@select="onSelectOptions">
|
||||||
<icon-button :button-class="['nav-pane-func-btn']" :icon="More" :stroke-width="3.5" size="20" />
|
<icon-button :button-class="['nav-pane-func-btn']" :icon="More" :stroke-width="3.5" size="20" />
|
||||||
</n-dropdown>
|
</n-dropdown>
|
||||||
|
|
Loading…
Reference in New Issue