perf: 修复webssh弹框提示按钮错位问题

This commit is contained in:
陈劲松
2020-04-24 11:20:32 +08:00
parent 7cdb84f30e
commit 4ed57e9da2

View File

@@ -149,14 +149,14 @@
</div>
</div>
<div slot="footer" class="footer">
<div class="el-message-box__btns" style="text-align: right;margin-top: 5px;">
<el-checkbox v-model="closeRemember" style="padding-right: 132px;">{{$t('webshell.remember')}}</el-checkbox>
<button @click="cancleConfirm" type="button" class="el-button el-button--default el-button--small">
<span>{{$t('tip.no')}}</span>
</button>
<button @click="closeShellWindow" type="button" class="el-button el-button--default el-button--small el-button--primary ">
<div class="el-message-box__btns" style="">
<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>
</button>
<button @click="cancleConfirm" type="button" class="el-button el-button--default el-button--small float-right">
<span>{{$t('tip.no')}}</span>
</button>
</div>
</div>
</div>