perf: style update

This commit is contained in:
pipipi-pikachu 2023-07-30 16:21:28 +08:00
parent 981e1ef56b
commit 05a79e7f47
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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="幻灯片放映">