mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Modify export icon
This commit is contained in:
parent
bcdc2fd883
commit
10cb004a5c
|
|
@ -11,8 +11,8 @@
|
|||
/>
|
||||
<div class="function-CodemirrorEditor__format">
|
||||
<el-button text type="info" @click="format" class="magnify">
|
||||
<el-icon><DocumentChecked /></el-icon
|
||||
></el-button>
|
||||
<el-icon><DocumentChecked /></el-icon>
|
||||
</el-button>
|
||||
</div>
|
||||
<div class="function-CodemirrorEditor__footer">
|
||||
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
|
||||
|
|
|
|||
|
|
@ -140,7 +140,8 @@
|
|||
<AppIcon iconName="app-copy"></AppIcon>
|
||||
复制</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item icon="Delete" @click.stop="exportApplication(item)">
|
||||
<el-dropdown-item @click.stop="exportApplication(item)">
|
||||
<AppIcon iconName="app-export"></AppIcon>
|
||||
导出
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item icon="Delete" @click.stop="deleteApplication(item)">{{
|
||||
|
|
|
|||
Loading…
Reference in New Issue