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.
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