perf: web-ssh弹框调整、alert-message加id
This commit is contained in:
@@ -1817,7 +1817,7 @@ li{
|
||||
font-weight: bold;
|
||||
}
|
||||
/**dialog 在视图中居中显示start*/
|
||||
.export-xlsx .el-dialog{
|
||||
.el-dialog{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin:0 !important;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -191,6 +191,11 @@
|
||||
|
||||
tableTitle: [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
show: true,
|
||||
width: 80
|
||||
}, {
|
||||
label: this.$t("alert.alertName"),
|
||||
prop: 'alertRule',
|
||||
show: true,
|
||||
|
||||
@@ -218,6 +218,11 @@
|
||||
},
|
||||
tableTitle: [
|
||||
{
|
||||
label: 'ID',
|
||||
prop: 'id',
|
||||
show: true,
|
||||
width: 80
|
||||
}, {
|
||||
label: this.$t("alert.alertName"),
|
||||
prop: 'alertRule',
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user