style(性能测试): 批量添加监控的样式修改
This commit is contained in:
parent
793bfe1f84
commit
58d388b03e
|
@ -8,14 +8,7 @@
|
||||||
:destroy-on-close="true"
|
:destroy-on-close="true"
|
||||||
v-loading="result.loading"
|
v-loading="result.loading"
|
||||||
>
|
>
|
||||||
<el-alert
|
<div v-html="$t('report.batch_add_monitor_tips')"></div>
|
||||||
title="Notice:"
|
|
||||||
type="info"
|
|
||||||
show-icon>
|
|
||||||
<template v-slot:default>
|
|
||||||
<div v-html="$t('report.batch_add_monitor_tips')"></div>
|
|
||||||
</template>
|
|
||||||
</el-alert>
|
|
||||||
<div style="padding-top: 10px;">
|
<div style="padding-top: 10px;">
|
||||||
<ms-code-edit :enable-format="false" mode="text"
|
<ms-code-edit :enable-format="false" mode="text"
|
||||||
height="250px"
|
height="250px"
|
||||||
|
|
Loading…
Reference in New Issue