@hw-component/table 1.9.45 → 1.9.46

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.
@@ -35,7 +35,7 @@ var rowSelectionCol = function rowSelectionCol(rowSelection) {
35
35
  onChange: onChange,
36
36
  getCheckboxProps: getCheckboxProps
37
37
  }),
38
- width: 32,
38
+ width: 48,
39
39
  rowSelectionTitle: true,
40
40
  fixed: "left",
41
41
  render: function render(dom, data, index) {
@@ -36,7 +36,7 @@ var rowSelectionCol = function rowSelectionCol(rowSelection) {
36
36
  onChange: onChange,
37
37
  getCheckboxProps: getCheckboxProps
38
38
  }),
39
- width: 32,
39
+ width: 48,
40
40
  rowSelectionTitle: true,
41
41
  fixed: "left",
42
42
  render: function render(dom, data, index) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.9.45",
3
+ "version": "1.9.46",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -26,7 +26,7 @@ const rowSelectionCol = (rowSelection?: HRowSelection) => {
26
26
  getCheckboxProps={getCheckboxProps}
27
27
  />
28
28
  ),
29
- width: 32,
29
+ width: 48,
30
30
  rowSelectionTitle: true,
31
31
  fixed: "left",
32
32
  render: (dom, data, index) => {
@@ -77,6 +77,7 @@ export default () => {
77
77
  persistenceKey: "zd",
78
78
  persistenceType: "localStorage",
79
79
  }}
80
+ scroll={{x:2000}}
80
81
  affixProps={{
81
82
  target: () => document.querySelector(".body"),
82
83
  }}