@yoooloo42/joker 1.0.180 → 1.0.182

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.cjs.js CHANGED
@@ -22796,7 +22796,7 @@ const popupUpdateOne = async _ref7 => {
22796
22796
  row
22797
22797
  } = _ref7;
22798
22798
  unclassified.deepClone.replaceObject(scopeThis.formData, row); // 继承行记录的值
22799
- unclassified.deepClone.replaceObject(scopeThis.formProps, scopeThis.UpdateOne.formProps);
22799
+ unclassified.deepClone.replaceObject(scopeThis.formProps, scopeThis.updateOne.formProps);
22800
22800
  // 弹出窗口
22801
22801
  unclassified.deepClone.deepMerge(scopeThis.formProps.popup, {
22802
22802
  visible: true
@@ -23009,8 +23009,7 @@ function text(item) {
23009
23009
  // 保留换行符
23010
23010
  'border-left': '#ababab solid 1px',
23011
23011
  'border-top': '#ababab solid 1px',
23012
- 'padding-left': '10px',
23013
- height: '40px'
23012
+ 'padding-left': '10px'
23014
23013
  };
23015
23014
  }
23016
23015