mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
快捷键补充
This commit is contained in:
parent
d9948164fc
commit
69092a0518
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -141,7 +141,7 @@ export default defineComponent({
|
|||||||
{ divider: true },
|
{ divider: true },
|
||||||
{
|
{
|
||||||
text: '从本页演示',
|
text: '从本页演示',
|
||||||
subText: 'Ctrl+F5',
|
subText: 'Ctrl+F',
|
||||||
handler: enterScreening,
|
handler: enterScreening,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user