ronds-metadata 1.3.42 → 1.3.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
11
11
  /*
12
12
  * @Author: wangxain
13
13
  * @Date: 2022-03-04 08:53:04
14
- * @LastEditTime: 2023-05-23 09:20:36
14
+ * @LastEditTime: 2024-05-14 11:27:04
15
15
  */
16
16
  import React from 'react';
17
17
  import { pick, isArray } from 'lodash';
@@ -296,6 +296,7 @@ var Editable = function Editable(props) {
296
296
  context: window
297
297
  }, /*#__PURE__*/React.createElement("div", {
298
298
  style: {
299
+ width: '100%',
299
300
  height: "".concat((type === 'multiple' || type === 'freedom') && !readonly && isAddRow && defaultValue ? 'calc(100% - 40px)' : '100%')
300
301
  }
301
302
  }, /*#__PURE__*/React.createElement(_Table, _extends({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.42",
4
+ "version": "1.3.43",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",