优化icon

This commit is contained in:
marvzhang
2020-02-13 12:13:20 +08:00
parent 73ed6bef30
commit 6be0ef3adf

View File

@@ -69,7 +69,9 @@
</el-form>
</el-row>
<el-row class="button-container">
<el-button v-if="isRunning" type="danger" @click="onStop">{{$t('Stop')}}</el-button>
<el-button v-if="isRunning" size="small" type="danger" @click="onStop" icon="el-icon-video-pause">
{{$t('Stop')}}
</el-button>
<!--<el-button type="danger" @click="onRestart">Restart</el-button>-->
</el-row>
</div>