|
@@ -114,7 +114,7 @@
|
|
|
</a-dropdown>
|
|
|
</div>
|
|
|
<div @click="toggleHistory" title="回看">
|
|
|
- <HistoryOutlined class="icon-font icon-font-size-20 tw-cursor-pointer" />
|
|
|
+ <SnippetsOutlined class="icon-font icon-font-size-20 tw-cursor-pointer" />
|
|
|
</div>
|
|
|
<div
|
|
|
class="tw-flex tw-place-items-center"
|
|
@@ -129,7 +129,7 @@
|
|
|
: '-')
|
|
|
"
|
|
|
>
|
|
|
- <AlertOutlined class="icon-font icon-font-size-20" />
|
|
|
+ <ClockCircleOutlined class="icon-font icon-font-size-20" />
|
|
|
</div>
|
|
|
<a-popover title="小助手" trigger="hover" class="tw-cursor-pointer">
|
|
|
<template #content>
|
|
@@ -241,10 +241,10 @@ import {
|
|
|
ZoomInOutlined,
|
|
|
ZoomOutOutlined,
|
|
|
FullscreenOutlined,
|
|
|
- HistoryOutlined,
|
|
|
+ SnippetsOutlined,
|
|
|
UserOutlined,
|
|
|
PoweroffOutlined,
|
|
|
- AlertOutlined,
|
|
|
+ ClockCircleOutlined,
|
|
|
QuestionCircleOutlined,
|
|
|
DownOutlined,
|
|
|
} from "@ant-design/icons-vue";
|
|
@@ -261,11 +261,11 @@ export default defineComponent({
|
|
|
ZoomInOutlined,
|
|
|
ZoomOutOutlined,
|
|
|
FullscreenOutlined,
|
|
|
- HistoryOutlined,
|
|
|
+ SnippetsOutlined,
|
|
|
UserOutlined,
|
|
|
DownOutlined,
|
|
|
PoweroffOutlined,
|
|
|
- AlertOutlined,
|
|
|
+ ClockCircleOutlined,
|
|
|
QuestionCircleOutlined,
|
|
|
MarkChangeProfile,
|
|
|
MarkSwitchGroupDialog,
|