@hw-component/table 1.9.41 → 1.9.42

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
@@ -121,6 +121,9 @@
121
121
  margin-right: 12px;
122
122
  overflow: auto;
123
123
  }
124
+ .ant-hw-table-header-title-box .ant-hw-table-header-title-box-content {
125
+ white-space: nowrap;
126
+ }
124
127
  .ant-hw-table-render-copy {
125
128
  margin-bottom: 0 !important;
126
129
  color: #1890ff !important;
package/lib/index.css CHANGED
@@ -121,6 +121,9 @@
121
121
  margin-right: 12px;
122
122
  overflow: auto;
123
123
  }
124
+ .ant-hw-table-header-title-box .ant-hw-table-header-title-box-content {
125
+ white-space: nowrap;
126
+ }
124
127
  .ant-hw-table-render-copy {
125
128
  margin-bottom: 0 !important;
126
129
  color: #1890ff !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.9.41",
3
+ "version": "1.9.42",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -115,7 +115,9 @@
115
115
  position: relative;
116
116
  margin-right: 12px;
117
117
  overflow: auto;
118
-
118
+ .@{ant-prefix}-hw-table-header-title-box-content{
119
+ white-space: nowrap;
120
+ }
119
121
  }
120
122
 
121
123
  .@{ant-prefix}-hw-table-render-copy{