mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 文字面板UI优化
This commit is contained in:
parent
10229ec8bc
commit
14300e49bb
@ -68,8 +68,6 @@ import {
|
||||
LeftTwo,
|
||||
RightTwo,
|
||||
Platte,
|
||||
UpOne,
|
||||
DownOne,
|
||||
Close,
|
||||
CloseSmall,
|
||||
Undo,
|
||||
@ -179,8 +177,6 @@ export const icons = {
|
||||
IconLeftTwo: LeftTwo,
|
||||
IconRightTwo: RightTwo,
|
||||
IconPlatte: Platte,
|
||||
IconUpOne: UpOne,
|
||||
IconDownOne: DownOne,
|
||||
IconClose: Close,
|
||||
IconCloseSmall: CloseSmall,
|
||||
IconUndo: Undo,
|
||||
|
@ -122,14 +122,14 @@
|
||||
style="flex: 1;"
|
||||
:checked="richTextAttrs.superscript"
|
||||
@click="emitRichTextCommand('superscript')"
|
||||
><IconUpOne /></CheckboxButton>
|
||||
>A²</CheckboxButton>
|
||||
</Tooltip>
|
||||
<Tooltip :mouseLeaveDelay="0" :mouseEnterDelay="0.5" title="下标">
|
||||
<CheckboxButton
|
||||
style="flex: 1;"
|
||||
:checked="richTextAttrs.subscript"
|
||||
@click="emitRichTextCommand('subscript')"
|
||||
><IconDownOne /></CheckboxButton>
|
||||
>A₂</CheckboxButton>
|
||||
</Tooltip>
|
||||
<Tooltip :mouseLeaveDelay="0" :mouseEnterDelay="0.5" title="行内代码">
|
||||
<CheckboxButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user