快捷键补充

This commit is contained in:
pipipi-pikachu 2021-01-30 17:03:40 +08:00
parent d9948164fc
commit 69092a0518
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
$menuWidth: 165px;
$menuWidth: 160px;
$menuHeight: 30px;
$subMenuWidth: 120px;

View File

@ -27,7 +27,7 @@ import { ContextmenuItem, Axis } from './types'
import MenuContent from './MenuContent.vue'
const MENU_WIDTH = 165
const MENU_WIDTH = 160
const MENU_HEIGHT = 30
const DIVIDER_HEIGHT = 11
const SUB_MENU_WIDTH = 120

View File

@ -141,7 +141,7 @@ export default defineComponent({
{ divider: true },
{
text: '从本页演示',
subText: 'Ctrl+F5',
subText: 'Ctrl+F',
handler: enterScreening,
},
]