@bit-sun/business-component 4.0.12-alpha.6 → 4.0.12-alpha.8

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/dist/index.esm.js CHANGED
@@ -14362,7 +14362,7 @@ var ColumnSettingSulaTable = /*#__PURE__*/function (_React$Component) {
14362
14362
  borderRadius: '4px',
14363
14363
  zIndex: 9999,
14364
14364
  pointerEvents: 'none',
14365
- height: '100px',
14365
+ height: '40px',
14366
14366
  width: 2
14367
14367
  }
14368
14368
  })),
@@ -16765,7 +16765,7 @@ var ResizeableTitle$2 = function ResizeableTitle(props) {
16765
16765
  borderRadius: '4px',
16766
16766
  zIndex: 9999,
16767
16767
  pointerEvents: 'none',
16768
- height: '100px',
16768
+ height: '40px',
16769
16769
  width: 2
16770
16770
  }
16771
16771
  })),
package/dist/index.js CHANGED
@@ -14385,7 +14385,7 @@ var ColumnSettingSulaTable = /*#__PURE__*/function (_React$Component) {
14385
14385
  borderRadius: '4px',
14386
14386
  zIndex: 9999,
14387
14387
  pointerEvents: 'none',
14388
- height: '100px',
14388
+ height: '40px',
14389
14389
  width: 2
14390
14390
  }
14391
14391
  })),
@@ -16788,7 +16788,7 @@ var ResizeableTitle$2 = function ResizeableTitle(props) {
16788
16788
  borderRadius: '4px',
16789
16789
  zIndex: 9999,
16790
16790
  pointerEvents: 'none',
16791
- height: '100px',
16791
+ height: '40px',
16792
16792
  width: 2
16793
16793
  }
16794
16794
  })),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.0.12-alpha.6",
3
+ "version": "4.0.12-alpha.8",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -139,7 +139,7 @@ const ResizeableTitle = (props: any) => {
139
139
  borderRadius: '4px',
140
140
  zIndex: 9999,
141
141
  pointerEvents: 'none',
142
- height: '100px',
142
+ height: '40px',
143
143
  width: 2
144
144
  }}
145
145
  >
@@ -223,7 +223,7 @@ export default class ColumnSettingSulaTable extends React.Component {
223
223
  borderRadius: '4px',
224
224
  zIndex: 9999,
225
225
  pointerEvents: 'none',
226
- height: '100px',
226
+ height: '40px',
227
227
  width: 2
228
228
  }}
229
229
  >
@@ -278,7 +278,6 @@ body {
278
278
 
279
279
  .ant-input-affix-wrapper {
280
280
  padding: 0 11px;
281
- height: 24px;
282
281
  }
283
282
  }
284
283