perf: 调整panel表格、大图样式,英文国际化替换
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</button>
|
||||
<div class="top-tool-search float-right"><search-input :searchMsg="searchMsg" @search="search"></search-input></div>
|
||||
</div>
|
||||
<el-table :data="tableData" border height="calc(100% - 65px)" style="width: 100%;">
|
||||
<el-table :data="tableData" border height="calc(100% - 65px)" style="width: 100%;" class="nz-table">
|
||||
<el-table-column :resizable="false" v-for="(item, index) in tablelable" v-if="item.show" :width="item.width" :key="`col-${index}`" :label="item.label">
|
||||
<template slot="header" slot-scope="scope">
|
||||
<template v-if="index==0">
|
||||
|
||||
Reference in New Issue
Block a user