mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
feat: 新增快捷键列表关闭功能
This commit is contained in:
parent
f304a4f27a
commit
9c8fab832e
@ -1,11 +1,22 @@
|
|||||||
<template>
|
<template>
|
||||||
<n-modal v-model:show="modelShow" @afterLeave="closeHandle">
|
<n-modal
|
||||||
|
v-model:show="modelShow"
|
||||||
|
:mask-closable="true"
|
||||||
|
@afterLeave="closeHandle"
|
||||||
|
>
|
||||||
<n-table class="model-content" :bordered="false" :single-line="false">
|
<n-table class="model-content" :bordered="false" :single-line="false">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>功能</th>
|
<th>功能</th>
|
||||||
<th>Win 快捷键</th>
|
<th>Win 快捷键</th>
|
||||||
<th>Mac 快捷键</th>
|
<th>
|
||||||
|
<n-space justify="space-between">
|
||||||
|
<span> Mac 快捷键 </span>
|
||||||
|
<n-icon size="20" class="go-cursor-pointer" @click="closeHandle">
|
||||||
|
<close-icon></close-icon>
|
||||||
|
</n-icon>
|
||||||
|
</n-space>
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user