@zgfe/modules-event 0.1.5-event.48 → 0.1.5-event.49

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.
@@ -1,4 +1,7 @@
1
1
  .eventfilter-box {
2
+ .attr-box-show {
3
+ margin-top: 4px;
4
+ }
2
5
  > div:nth-child(1) {
3
6
  display: flex;
4
7
  padding: 4px 0 4px 24px;
@@ -168,7 +168,7 @@ var TopPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
168
168
  }, /*#__PURE__*/React.createElement(Form.Item, {
169
169
  label: "\u4E8B\u4EF6",
170
170
  name: "filterConditions",
171
- className: "".concat(classPrefix, "-form-event"),
171
+ className: "".concat(classPrefix, "-form-event event---1"),
172
172
  rules: [{
173
173
  validator: function validator(_rule, value) {
174
174
  var _value$filters, _value$filters$condit;
@@ -44,3 +44,6 @@
44
44
  }
45
45
  }
46
46
  }
47
+ .event---1 .ant-form-item-label {
48
+ padding-bottom: 4px !important;
49
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.1.5-event.48",
3
+ "version": "0.1.5-event.49",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "ed3002b0e2f622886198c3b356566caf856974f6",
52
+ "gitHead": "e72ee3dc61b7dc8b97d59d54efdf5aee3007b7f1",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"