mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: style update
This commit is contained in:
parent
981e1ef56b
commit
05a79e7f47
@ -98,7 +98,7 @@ import {
|
|||||||
ListView,
|
ListView,
|
||||||
Magic,
|
Magic,
|
||||||
HighLight,
|
HighLight,
|
||||||
Share,
|
Download,
|
||||||
IndentLeft,
|
IndentLeft,
|
||||||
IndentRight,
|
IndentRight,
|
||||||
VerticalSpacingBetweenItems,
|
VerticalSpacingBetweenItems,
|
||||||
@ -216,7 +216,7 @@ export const icons: Icons = {
|
|||||||
IconListView: ListView,
|
IconListView: ListView,
|
||||||
IconMagic: Magic,
|
IconMagic: Magic,
|
||||||
IconHighLight: HighLight,
|
IconHighLight: HighLight,
|
||||||
IconShare: Share,
|
IconDownload: Download,
|
||||||
IconIndentLeft: IndentLeft,
|
IconIndentLeft: IndentLeft,
|
||||||
IconIndentRight: IndentRight,
|
IconIndentRight: IndentRight,
|
||||||
IconVerticalSpacingBetweenItems: VerticalSpacingBetweenItems,
|
IconVerticalSpacingBetweenItems: VerticalSpacingBetweenItems,
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<Tooltip :mouseLeaveDelay="0" title="导出">
|
<Tooltip :mouseLeaveDelay="0" title="导出">
|
||||||
<div class="menu-item" @click="setDialogForExport('pptx')">
|
<div class="menu-item" @click="setDialogForExport('pptx')">
|
||||||
<IconShare size="18" fill="#666" />
|
<IconDownload size="18" fill="#666" />
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip :mouseLeaveDelay="0" title="幻灯片放映">
|
<Tooltip :mouseLeaveDelay="0" title="幻灯片放映">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user