@hw-component/table 1.9.56 → 1.9.57

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
@@ -132,9 +132,6 @@
132
132
  .ant-hw-table-render-text-basic {
133
133
  width: 100%;
134
134
  }
135
- .ant-hw-table-col-hr {
136
- width: 100%;
137
- }
138
135
  .ant-hw-table-col-hr:after {
139
136
  position: absolute;
140
137
  top: 50%;
package/lib/index.css CHANGED
@@ -132,9 +132,6 @@
132
132
  .ant-hw-table-render-text-basic {
133
133
  width: 100%;
134
134
  }
135
- .ant-hw-table-col-hr {
136
- width: 100%;
137
- }
138
135
  .ant-hw-table-col-hr:after {
139
136
  position: absolute;
140
137
  top: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.9.56",
3
+ "version": "1.9.57",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -131,7 +131,6 @@
131
131
  }
132
132
 
133
133
  .@{ant-prefix}-hw-table-col-hr{
134
- width: 100%;
135
134
  &:after{
136
135
  position: absolute;
137
136
  top: 50%;