@hw-component/table 1.9.81 → 1.9.82

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/es/index.css CHANGED
@@ -36,7 +36,7 @@
36
36
  padding: 0px;
37
37
  }
38
38
  .ant-hw-table-pagination {
39
- padding: 20px;
39
+ padding: 12px 24px;
40
40
  border-radius: 4px;
41
41
  background-color: #ffffff;
42
42
  position: relative;
package/lib/index.css CHANGED
@@ -36,7 +36,7 @@
36
36
  padding: 0px;
37
37
  }
38
38
  .ant-hw-table-pagination {
39
- padding: 20px;
39
+ padding: 12px 24px;
40
40
  border-radius: 4px;
41
41
  background-color: #ffffff;
42
42
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.9.81",
3
+ "version": "1.9.82",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -39,7 +39,7 @@
39
39
  }
40
40
  }
41
41
  .@{ant-prefix}-hw-table-pagination{
42
- padding: 20px;
42
+ padding: 12px 24px;
43
43
  border-radius: 4px;
44
44
  background-color: #ffffff;
45
45
  position: relative;
@@ -195,6 +195,11 @@ export default () => {
195
195
  );
196
196
  },
197
197
  }}
198
+ pagination={{
199
+ actionRender:()=>{
200
+ return <div>你好</div>
201
+ }
202
+ }}
198
203
  />
199
204
  </div>
200
205
  </HFormConfigProvider>