aio-table 6.1.2 → 6.1.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.
Files changed (2) hide show
  1. package/index.css +1 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -141,7 +141,7 @@
141
141
  position:relative;
142
142
  color:inherit;
143
143
  font-size:inherit;
144
-
144
+ font-family:inherit;
145
145
  }
146
146
  select.aio-table-input{
147
147
  background: rgba(0,0,0,0.02);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-table",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
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": {