fix: Modify export icon
This commit is contained in:
parent
bcdc2fd883
commit
10cb004a5c
@ -11,8 +11,8 @@
|
|||||||
/>
|
/>
|
||||||
<div class="function-CodemirrorEditor__format">
|
<div class="function-CodemirrorEditor__format">
|
||||||
<el-button text type="info" @click="format" class="magnify">
|
<el-button text type="info" @click="format" class="magnify">
|
||||||
<el-icon><DocumentChecked /></el-icon
|
<el-icon><DocumentChecked /></el-icon>
|
||||||
></el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="function-CodemirrorEditor__footer">
|
<div class="function-CodemirrorEditor__footer">
|
||||||
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
|
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
|
||||||
|
|||||||
@ -140,7 +140,8 @@
|
|||||||
<AppIcon iconName="app-copy"></AppIcon>
|
<AppIcon iconName="app-copy"></AppIcon>
|
||||||
复制</el-dropdown-item
|
复制</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>
|
||||||
<el-dropdown-item icon="Delete" @click.stop="deleteApplication(item)">{{
|
<el-dropdown-item icon="Delete" @click.stop="deleteApplication(item)">{{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user