easy3wui 1.4.240 → 1.4.244

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.
@@ -12,8 +12,11 @@
12
12
  .e3wFormPageNoBorder {
13
13
  margin: 12px;
14
14
  }
15
- .e3wFormPageNoBorder > div {
16
- margin: 3px;
15
+ .e3wFormPageNoBorder > div > .ant-row {
16
+ padding: 3px;
17
+ }
18
+ .e3wFormPageNoBorder > div > .ant-row .ant-btn {
19
+ height: 24px;
17
20
  }
18
21
  .e3wFormPage {
19
22
  border-top: 1px solid #e8e8e8;
@@ -21,12 +24,13 @@
21
24
  border-right: 1px solid #e8e8e8;
22
25
  margin: 12px;
23
26
  }
24
- .e3wFormPage > div {
25
- margin: 3px;
26
- }
27
27
  .e3wFormPage > div > .ant-row {
28
+ padding: 3px;
28
29
  border-bottom: 1px solid #e8e8e8;
29
30
  }
31
+ .e3wFormPage > div > .ant-row .ant-btn {
32
+ height: 24px;
33
+ }
30
34
  .e3wFormItem .ant-form-item {
31
35
  margin-bottom: 8px;
32
36
  }
package/assets/index.css CHANGED
@@ -1545,8 +1545,11 @@ s {
1545
1545
  .e3wFormPageNoBorder {
1546
1546
  margin: 12px;
1547
1547
  }
1548
- .e3wFormPageNoBorder > div {
1549
- margin: 3px;
1548
+ .e3wFormPageNoBorder > div > .ant-row {
1549
+ padding: 3px;
1550
+ }
1551
+ .e3wFormPageNoBorder > div > .ant-row .ant-btn {
1552
+ height: 24px;
1550
1553
  }
1551
1554
  .e3wFormPage {
1552
1555
  border-top: 1px solid #e8e8e8;
@@ -1554,12 +1557,13 @@ s {
1554
1557
  border-right: 1px solid #e8e8e8;
1555
1558
  margin: 12px;
1556
1559
  }
1557
- .e3wFormPage > div {
1558
- margin: 3px;
1559
- }
1560
1560
  .e3wFormPage > div > .ant-row {
1561
+ padding: 3px;
1561
1562
  border-bottom: 1px solid #e8e8e8;
1562
1563
  }
1564
+ .e3wFormPage > div > .ant-row .ant-btn {
1565
+ height: 24px;
1566
+ }
1563
1567
  .e3wFormItem .ant-form-item {
1564
1568
  margin-bottom: 8px;
1565
1569
  }
@@ -223,7 +223,7 @@ var singleItem = {
223
223
  };
224
224
  var mixSingle = {
225
225
  labelCol: { span: 4 },
226
- wrapperCol: { span: 18 }
226
+ wrapperCol: { span: 20 }
227
227
  };
228
228
  var mixSingleWithBtn = {
229
229
  labelCol: { span: 4 },
@@ -563,7 +563,7 @@ var Easy3wFormPage = function (_Component) {
563
563
  })(_react2['default'].createElement(_input2['default'], { type: 'hidden', size: 'small' })),
564
564
  _react2['default'].createElement(
565
565
  'pre',
566
- { style: { marginBottom: '0px' } },
566
+ { style: { marginBottom: '0px', 'white-space': 'break-spaces' } },
567
567
  itemValue
568
568
  ),
569
569
  afterBtns
@@ -1291,12 +1291,12 @@ var Easy3wFormPage = function (_Component) {
1291
1291
  return _react2['default'].createElement(
1292
1292
  'div',
1293
1293
  { className: (0, _classnames2['default'])(['countContent']), 'data-count': _this.state.leftCount + '/' + maxCount },
1294
- _react2['default'].createElement(TextArea, (0, _extends3['default'])({ style: { minHeight: '24px', height: '24px', padding: '0 11px', lineHeight: '24px' }, onChange: function onChange(e) {
1294
+ _react2['default'].createElement(TextArea, (0, _extends3['default'])({ style: { padding: '0 11px', lineHeight: '24px' }, onChange: function onChange(e) {
1295
1295
  return _this.textAreaOnchange(e, maxlength);
1296
1296
  } }, cmptPros))
1297
1297
  );
1298
1298
  } else {
1299
- return _react2['default'].createElement(TextArea, (0, _extends3['default'])({ style: { minHeight: '24px', height: '24px', padding: '0 11px', lineHeight: '24px' }, onChange: function onChange(e) {
1299
+ return _react2['default'].createElement(TextArea, (0, _extends3['default'])({ style: { padding: '0 11px', lineHeight: '24px' }, onChange: function onChange(e) {
1300
1300
  return _this.textAreaOnchange(e, maxlength);
1301
1301
  } }, cmptPros));
1302
1302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.240",
3
+ "version": "1.4.244",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",