bxs-tools-ui 1.2.2 → 1.2.3

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.
@@ -6779,7 +6779,7 @@ function calcColumnsWidth(tableData) {
6779
6779
  return;
6780
6780
  }
6781
6781
 
6782
- widthObj[k] = 5;
6782
+ widthObj[k] = 5.5;
6783
6783
  });
6784
6784
  keys.forEach(function (k) {
6785
6785
  tableData.forEach(function (ele, eleIndex) {
package/lib/index.js CHANGED
@@ -10974,7 +10974,7 @@ function calcColumnsWidth(tableData) {
10974
10974
  return;
10975
10975
  }
10976
10976
 
10977
- widthObj[k] = 5;
10977
+ widthObj[k] = 5.5;
10978
10978
  });
10979
10979
  keys.forEach(function (k) {
10980
10980
  tableData.forEach(function (ele, eleIndex) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -187,7 +187,7 @@ export function calcColumnsWidth(tableData) {
187
187
  widthObj[k] = 3;
188
188
  return;
189
189
  }
190
- widthObj[k] = 5;
190
+ widthObj[k] = 5.5;
191
191
  });
192
192
  keys.forEach(k => {
193
193
  tableData.forEach((ele, eleIndex) => {