@hw-component/table 1.9.76 → 1.9.78

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
@@ -118,17 +118,15 @@
118
118
  display: -ms-flexbox;
119
119
  display: flex;
120
120
  position: relative;
121
- padding: 10px;
122
- margin: -10px;
123
- overflow-x: auto;
124
121
  box-sizing: border-box;
122
+ overflow: auto;
123
+ margin: -10px 0px;
124
+ padding: 10px 0px;
125
+ margin-right: 12px;
125
126
  }
126
127
  .ant-hw-table-header-title-box .ant-hw-table-header-title-box-content {
127
128
  white-space: nowrap;
128
129
  }
129
- .ant-hw-table-header-right-node {
130
- padding-left: 12px;
131
- }
132
130
  .ant-hw-table-render-copy {
133
131
  margin-bottom: 0 !important;
134
132
  color: #1890ff !important;
package/lib/index.css CHANGED
@@ -118,17 +118,15 @@
118
118
  display: -ms-flexbox;
119
119
  display: flex;
120
120
  position: relative;
121
- padding: 10px;
122
- margin: -10px;
123
- overflow-x: auto;
124
121
  box-sizing: border-box;
122
+ overflow: auto;
123
+ margin: -10px 0px;
124
+ padding: 10px 0px;
125
+ margin-right: 12px;
125
126
  }
126
127
  .ant-hw-table-header-title-box .ant-hw-table-header-title-box-content {
127
128
  white-space: nowrap;
128
129
  }
129
- .ant-hw-table-header-right-node {
130
- padding-left: 12px;
131
- }
132
130
  .ant-hw-table-render-copy {
133
131
  margin-bottom: 0 !important;
134
132
  color: #1890ff !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.9.76",
3
+ "version": "1.9.78",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -106,24 +106,25 @@
106
106
  color:#1890ff;
107
107
  }
108
108
  }
109
- .@{ant-prefix}-hw-table-pointer-not-hover{
109
+ .@{ant-prefix}-hw-table-pointer-not-hover {
110
110
  cursor: pointer;
111
111
  }
112
112
 
113
- .@{ant-prefix}-hw-table-header-title-box{
113
+ .@{ant-prefix}-hw-table-header-title-box {
114
114
  flex: 1;
115
115
  display: flex;
116
116
  position: relative;
117
- padding: 10px;
118
- margin: -10px;
119
- overflow-x: auto;
120
117
  box-sizing: border-box;
121
- .@{ant-prefix}-hw-table-header-title-box-content{
118
+ overflow: auto;
119
+ margin: -10px 0px;
120
+ padding: 10px 0px;
121
+ margin-right: 12px;
122
+ .@{ant-prefix}-hw-table-header-title-box-content {
122
123
  white-space: nowrap;
123
124
  }
124
125
  }
125
126
  .@{ant-prefix}-hw-table-header-right-node{
126
- padding-left: 12px;
127
+
127
128
  }
128
129
 
129
130
  .@{ant-prefix}-hw-table-render-copy{
package/src/index.less CHANGED
@@ -17,5 +17,10 @@
17
17
  padding: 16px;
18
18
  overflow: auto;
19
19
  background-color: #ccc;
20
-
20
+ }
21
+ .btn_test{
22
+ position: relative;
23
+ overflow: auto;
24
+ box-shadow: 0 0 10px rgba(0,0,0,0.5);
25
+ z-index: 99;
21
26
  }
@@ -231,7 +231,7 @@ export default () => {
231
231
  });
232
232
  }}
233
233
  headerTitle={
234
- <Space size={8} style={{backgroundColor:"red"}}>
234
+ <Space size={8}>
235
235
  <div style={{width:2000}}>
236
236
  <Button
237
237
  onClick={() => {