ronds-metadata 1.1.41 → 1.1.42

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.
@@ -8,7 +8,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
8
8
  /*
9
9
  * @Author: wangxian
10
10
  * @Date: 2021-09-18 14:15:04
11
- * @LastEditTime: 2022-05-17 15:42:38
11
+ * @LastEditTime: 2022-10-10 09:19:02
12
12
  */
13
13
  import React from 'react';
14
14
  import { MinusCircleOutlined, PlusOutlined } from '@ant-design/icons';
@@ -82,7 +82,8 @@ function Index(props) {
82
82
  padding: '10px',
83
83
  border: '1px solid var(--ronds-metadata-color-border-1)',
84
84
  width: '100%',
85
- borderRadius: '4px'
85
+ borderRadius: '4px',
86
+ margin: '0 0 8px'
86
87
  }
87
88
  }, /*#__PURE__*/React.createElement(_Form.List, {
88
89
  name: myName,
@@ -8,4 +8,7 @@
8
8
  .ant-form-item-label > label .ant-form-item-tooltip {
9
9
  margin-left: 5px;
10
10
  }
11
+ .ant-form-item-label {
12
+ padding: 0px !important;
13
+ }
11
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.1.41",
4
+ "version": "1.1.42",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",