Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
a0dc2ea2
Commit
a0dc2ea2
authored
Dec 08, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释不必要的按钮
parent
5f24b428
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
index.vue
src/views/Editor/EditorHeader/index.vue
+4
-12
No files found.
src/views/Editor/EditorHeader/index.vue
View file @
a0dc2ea2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"menu-item"
v-tooltip=
"'去首页'"
@
click=
"goBack()"
>
首页
</div>
<div
class=
"menu-item"
v-tooltip=
"'去首页'"
@
click=
"goBack()"
>
首页
</div>
<Popover
trigger=
"click"
placement=
"bottom-start"
v-model:value=
"mainMenuVisible"
>
<Popover
trigger=
"click"
placement=
"bottom-start"
v-model:value=
"mainMenuVisible"
>
<template
#
content
>
<template
#
content
>
<FileInput
accept=
".pptist"
@
change=
"files =>
{
<
!--
<
FileInput
accept=
".pptist"
@
change=
"files =>
{
importSpecificFile(files)
importSpecificFile(files)
mainMenuVisible = false
mainMenuVisible = false
}">
}">
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
mainMenuVisible = false
mainMenuVisible = false
}">
}">
<PopoverMenuItem>
导入 pptx 文件(测试版)
</PopoverMenuItem>
<PopoverMenuItem>
导入 pptx 文件(测试版)
</PopoverMenuItem>
</FileInput>
</FileInput>
-->
<PopoverMenuItem
@
click=
"setDialogForExport('
pptx
')"
>
导出文件
</PopoverMenuItem>
<PopoverMenuItem
@
click=
"setDialogForExport('
image
')"
>
导出文件
</PopoverMenuItem>
<
PopoverMenuItem
@
click=
"resetSlides(); mainMenuVisible = false"
>
重置幻灯片
</PopoverMenuItem
>
<
!--
<PopoverMenuItem
@
click=
"resetSlides(); mainMenuVisible = false"
>
重置幻灯片
</PopoverMenuItem>
--
>
<!--
<PopoverMenuItem
@
click=
"goLink('https://github.com/pipipi-pikachu/PPTist/issues')"
>
意见反馈
</PopoverMenuItem>
<!--
<PopoverMenuItem
@
click=
"goLink('https://github.com/pipipi-pikachu/PPTist/issues')"
>
意见反馈
</PopoverMenuItem>
<PopoverMenuItem
@
click=
"goLink('https://github.com/pipipi-pikachu/PPTist/blob/master/doc/Q&A.md')"
>
常见问题
</PopoverMenuItem>
-->
<PopoverMenuItem
@
click=
"goLink('https://github.com/pipipi-pikachu/PPTist/blob/master/doc/Q&A.md')"
>
常见问题
</PopoverMenuItem>
-->
<PopoverMenuItem
@
click=
"mainMenuVisible = false; hotkeyDrawerVisible = true"
>
快捷键
</PopoverMenuItem>
<PopoverMenuItem
@
click=
"mainMenuVisible = false; hotkeyDrawerVisible = true"
>
快捷键
</PopoverMenuItem>
...
@@ -63,9 +63,6 @@
...
@@ -63,9 +63,6 @@
<div
class=
"menu-item"
v-tooltip=
"'导出'"
@
click=
"setDialogForExport('image')"
>
<div
class=
"menu-item"
v-tooltip=
"'导出'"
@
click=
"setDialogForExport('image')"
>
<IconDownload
class=
"icon"
/>
<IconDownload
class=
"icon"
/>
</div>
</div>
<!-- <el-button type="danger" v-tooltip="'保存'"
size="small" icon="Check" circle :loading="datas.loading"
@click="setTemplate()" style="color: #ffff;"></el-button> setTemplate()-->
<el-button
type=
"danger"
<el-button
type=
"danger"
v-if=
"(userInfo.IsEditTripTemplate==1&&model==1)||(ConfigId>0&&model!=2)"
v-if=
"(userInfo.IsEditTripTemplate==1&&model==1)||(ConfigId>0&&model!=2)"
size=
"small"
:loading=
"datas.loading"
size=
"small"
:loading=
"datas.loading"
...
@@ -77,11 +74,6 @@
...
@@ -77,11 +74,6 @@
保存行程
保存行程
</
template
>
</
template
>
</el-button>
</el-button>
<div>
</div>
<!-- <a class="github-link" href="https://github.com/pipipi-pikachu/PPTist" target="_blank">
<div class="menu-item"><IconGithub class="icon" /></div>
</a> -->
</div>
</div>
<Drawer
<Drawer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment