perf: web-ssh弹框调整、alert-message加id

This commit is contained in:
陈劲松
2020-04-24 11:38:57 +08:00
parent 4ed57e9da2
commit 862ab6972e
4 changed files with 12 additions and 2 deletions

View File

@@ -1817,7 +1817,7 @@ li{
font-weight: bold;
}
/**dialog 在视图中居中显示start*/
.export-xlsx .el-dialog{
.el-dialog{
display: flex;
flex-direction: column;
margin:0 !important;

View File

@@ -149,7 +149,7 @@
</div>
</div>
<div slot="footer" class="footer">
<div class="el-message-box__btns" style="">
<div class="el-message-box__btns" style="text-align: unset; padding-left: 50px;">
<el-checkbox v-model="closeRemember">{{$t('webshell.remember')}}</el-checkbox>
<button @click="closeShellWindow" type="button" class="el-button el-button--default el-button--small el-button--primary float-right">
<span>{{$t('tip.yes')}}</span>

View File

@@ -191,6 +191,11 @@
tableTitle: [
{
label: 'ID',
prop: 'id',
show: true,
width: 80
}, {
label: this.$t("alert.alertName"),
prop: 'alertRule',
show: true,

View File

@@ -218,6 +218,11 @@
},
tableTitle: [
{
label: 'ID',
prop: 'id',
show: true,
width: 80
}, {
label: this.$t("alert.alertName"),
prop: 'alertRule',
show: true,