fix 控制台大量告警

This commit is contained in:
陈景阳
2020-01-07 01:54:49 +08:00
parent 3a81a241aa
commit be98fecfca
4 changed files with 14 additions and 15 deletions

View File

@@ -51,7 +51,7 @@
</el-form>
</el-row>
<el-row class="button-container" v-if="!isView">
<el-button size="normal" v-if="isShowRun" type="danger" @click="onCrawl"
<el-button size="small" v-if="isShowRun" type="danger" @click="onCrawl"
icon="el-icon-video-play" style="margin-right: 10px">
{{$t('Run')}}
</el-button>
@@ -69,10 +69,6 @@
{{$t('Upload')}}
</el-button>
</el-upload>
<el-button size="small" v-if="isShowRun" type="danger" @click="onCrawl"
icon="el-icon-video-play">
{{$t('Run')}}
</el-button>
<el-button size="small" type="success" @click="onSave" icon="el-icon-check">
{{$t('Save')}}
</el-button>