perf: 样式优化

This commit is contained in:
chenjinsong
2021-08-27 17:11:58 +08:00
parent a38f353a7b
commit 56edec4ede
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
</el-button> </el-button>
<div> <div>
<el-button size="mini" :id="tableId+'-element-set-esc'" class="cn-btn cn-btn-size-small-new cn-btn-style-light-new" type="button" @click="esc"> <el-button size="mini" :id="tableId+'-element-set-esc'" class="cn-btn cn-btn-size-small-new cn-btn-style-light-new" type="button" @click="esc">
<span class="top-tool-btn-txt">{{$t('overall.esc')}}</span> <span class="top-tool-btn-txt">{{$t('overall.cancel')}}</span>
</el-button> </el-button>
<el-button size="mini" :id="tableId+'-element-set-save'" class="cn-btn cn-btn-size-small-new cn-btn-style-normal-new" type="button" @click="save" style="background-color: #0091ff;color:#DCDFE6"> <el-button size="mini" :id="tableId+'-element-set-save'" class="cn-btn cn-btn-size-small-new cn-btn-style-normal-new" type="button" @click="save" style="background-color: #0091ff;color:#DCDFE6">
<span class="top-tool-btn-txt">{{$t('overall.save')}}</span> <span class="top-tool-btn-txt">{{$t('overall.save')}}</span>
@@ -130,7 +130,7 @@ export default {
background: #fff; background: #fff;
border-radius: 4px; border-radius: 4px;
z-index: 999999; z-index: 999999;
box-shadow: inset 0 0 10px #CCC; box-shadow: 0 0 10px #CCC;
box-sizing:border-box box-sizing:border-box
} }
.pop-custom-explore { .pop-custom-explore {

View File

@@ -945,7 +945,7 @@ export default {
} else { } else {
this.isError = true this.isError = true
this.noData = true this.noData = true
this.errorInfo = response.msg || response.message || 'Unknown error' this.errorInfo = response.msg || response.message || this.$t('tip.unknownError')
} }
}).finally(() => { }).finally(() => {
this.$nextTick(() => { this.$nextTick(() => {