aio-table 6.1.0 → 6.1.1

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.
Files changed (3) hide show
  1. package/index.css +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -22,7 +22,7 @@
22
22
  overflow:hidden;
23
23
  }
24
24
  .aio-table-unit{
25
- display: grid;
25
+ display: grid;
26
26
  width:100%;
27
27
  overflow:auto;
28
28
  align-content: flex-start;
package/index.js CHANGED
@@ -1630,7 +1630,7 @@ var AIOTableCell = /*#__PURE__*/function (_Component7) {
1630
1630
 
1631
1631
  var cellStyle = getCellStyle(row, column);
1632
1632
  return { ...style,
1633
- cellStyle: cellStyle
1633
+ ...cellStyle
1634
1634
  };
1635
1635
  }
1636
1636
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-table",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "all in one table. tree mode , simple mode , tree mode, gantt mode , groupby mode, freeze mode.",
5
5
  "main": "index.js",
6
6
  "scripts": {