n20-common-lib 2.4.77 → 2.4.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.4.77",
3
+ "version": "2.4.78",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <el-dialog
3
3
  v-drag
4
+ style="margin-bottom: 0; margin-top: 30px"
4
5
  width="85%"
5
6
  :visible.sync="progressV"
6
7
  :title="title"
@@ -47,7 +48,7 @@
47
48
  <span>{{ '无效数据详情' | $lc }}</span>
48
49
  <el-button type="text" @click="importError">{{ '导出错误数据' | $lc }}</el-button>
49
50
  </div>
50
- <el-table :data="errorList" border style="width: 100%">
51
+ <el-table :data="errorList" border style="width: 100%" height="300px">
51
52
  <el-table-column
52
53
  v-for="column in columnsList"
53
54
  :key="column.prop"