快捷键补充

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> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
$menuWidth: 165px; $menuWidth: 160px;
$menuHeight: 30px; $menuHeight: 30px;
$subMenuWidth: 120px; $subMenuWidth: 120px;

View File

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

View File

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