@zgfe/modules-dm 1.0.34-heyh.37 → 1.0.34-heyh.39

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.
@@ -361,7 +361,13 @@ var CollectionEventList = function CollectionEventList(props) {
361
361
  defaultValue: -999,
362
362
  className: "top-select",
363
363
  onChange: handleSelectChange,
364
- options: groupOptions
364
+ options: groupOptions,
365
+ suffixIcon: /*#__PURE__*/React.createElement(IconFont, {
366
+ type: "xiangxia",
367
+ style: {
368
+ color: '#5f6085'
369
+ }
370
+ })
365
371
  }), /*#__PURE__*/React.createElement(Input, {
366
372
  className: "top-input",
367
373
  onChange: eventNameChange,
@@ -38,7 +38,7 @@ var CreateVirtualDrawer = function CreateVirtualDrawer(props) {
38
38
  _useState4 = _slicedToArray(_useState3, 2),
39
39
  formSubmitData = _useState4[0],
40
40
  setFormSubmitData = _useState4[1];
41
- var attrMaxLength = 100;
41
+ var attrMaxLength = 10;
42
42
  var _useContext = useContext(BizGlobalDataContext),
43
43
  currentApp = _useContext.currentApp,
44
44
  eventGroupList = _useContext.eventGroupList;
@@ -210,6 +210,12 @@ var CreateVirtualDrawer = function CreateVirtualDrawer(props) {
210
210
  defaultValue: -1,
211
211
  options: groupOptions.filter(function (item) {
212
212
  return item.value !== -999;
213
+ }),
214
+ suffixIcon: /*#__PURE__*/React.createElement(IconFont, {
215
+ type: "xiangxia",
216
+ style: {
217
+ color: '#5f6085'
218
+ }
213
219
  })
214
220
  })), /*#__PURE__*/React.createElement(Form.Item, {
215
221
  label: "\u5907\u6CE8",
@@ -64,4 +64,9 @@
64
64
  cursor: pointer;
65
65
  }
66
66
  }
67
+ .delete-box:hover {
68
+ .shanchu {
69
+ color: #FB5547;
70
+ }
71
+ }
67
72
  }
@@ -338,7 +338,7 @@ var EventGroupingDrawer = function EventGroupingDrawer(props) {
338
338
  return eventShowOrHidden(1, item.groupId);
339
339
  }
340
340
  }, "\u9690\u85CF")), item.groupName && /*#__PURE__*/React.createElement("span", {
341
- className: 'handle',
341
+ className: 'handle-delete',
342
342
  onClick: function onClick() {
343
343
  return groupDelete(item.groupId);
344
344
  }
@@ -18,6 +18,17 @@
18
18
  padding: 3px 20px 20px 20px !important;
19
19
  }
20
20
  }
21
+ .ant-radio-group {
22
+ > :nth-child(1) {
23
+ border-radius: 4px 0px 0px 4px;
24
+ }
25
+ > :last-child {
26
+ border-radius: 0px 4px 4px 0px;
27
+ }
28
+ }
29
+ .ant-radio-button-wrapper-checked {
30
+ background: #e8efff;
31
+ }
21
32
  }
22
33
 
23
34
  .attr-list,
@@ -61,7 +72,7 @@
61
72
  width: 264px;
62
73
  margin-right: 12px;
63
74
  .ant-input-prefix {
64
- margin-right: 20px;
75
+ margin-right: 8px;
65
76
  }
66
77
  }
67
78
  .top-total {
@@ -88,8 +99,8 @@
88
99
  }
89
100
  .table-plus {
90
101
  &-table {
91
- border-radius: 8px!important;
92
102
  overflow: hidden;
103
+ border-radius: 8px !important;
93
104
  .ant-table {
94
105
  .ant-table-thead {
95
106
  > tr > th {
@@ -97,6 +108,9 @@
97
108
  padding: 0 16px;
98
109
  }
99
110
  }
111
+ .ant-table-body {
112
+ min-height: 300px;
113
+ }
100
114
  .ant-table-tbody {
101
115
  > tr > td {
102
116
  height: 50px;
@@ -311,6 +325,11 @@
311
325
  }
312
326
 
313
327
  .attr-list {
328
+ .ant-table {
329
+ overflow: hidden;
330
+ border: 1px solid #ecedf0;
331
+ border-radius: 8px;
332
+ }
314
333
  .attr-name {
315
334
  display: flex;
316
335
  .attr-name-text {
@@ -514,6 +533,9 @@
514
533
  gap: 12px;
515
534
  align-items: center;
516
535
  justify-content: start;
536
+ .fangxiangshang {
537
+ transform: rotateZ(90deg);
538
+ }
517
539
  > :nth-child(1) {
518
540
  display: flex;
519
541
  gap: 8px;
@@ -528,8 +550,8 @@
528
550
  .zhongmingming {
529
551
  cursor: pointer;
530
552
  }
531
- .zhongmingming:hover{
532
- color: #165DFF;
553
+ .zhongmingming:hover {
554
+ color: #165dff;
533
555
  }
534
556
  }
535
557
  > :last-child {
@@ -545,8 +567,11 @@
545
567
  font-size: 18px !important;
546
568
  cursor: pointer;
547
569
  }
548
- .handle:hover{
549
- color: #165DFF;
570
+ .handle:hover {
571
+ color: #165dff;
572
+ }
573
+ .handle-delete:hover {
574
+ color: #fb5547;
550
575
  }
551
576
  }
552
577
  }
@@ -592,10 +617,10 @@
592
617
  }
593
618
  }
594
619
  &-top-box {
595
- margin-top: -8px;
596
620
  display: flex;
597
621
  align-items: center;
598
622
  justify-content: space-between;
623
+ margin-top: -8px;
599
624
  .ant-btn {
600
625
  height: 32px;
601
626
  }
@@ -607,7 +632,7 @@
607
632
  margin-right: 10px;
608
633
  }
609
634
  }
610
- .ant-drawer-content-wrapper{
635
+ .ant-drawer-content-wrapper {
611
636
  overflow-x: hidden;
612
637
  }
613
638
  .ant-drawer-content,
@@ -250,7 +250,13 @@ var VirtualEventList = function VirtualEventList() {
250
250
  defaultValue: -999,
251
251
  className: "top-select",
252
252
  onChange: handleSelectChange,
253
- options: groupOptions
253
+ options: groupOptions,
254
+ suffixIcon: /*#__PURE__*/React.createElement(IconFont, {
255
+ type: "xiangxia",
256
+ style: {
257
+ color: '#5f6085'
258
+ }
259
+ })
254
260
  }), /*#__PURE__*/React.createElement(Input, {
255
261
  className: "top-input",
256
262
  onChange: eventNameChange,
package/es/utils/index.js CHANGED
@@ -70,7 +70,7 @@ export var getSubmitHandleData = function getSubmitHandleData(selectAttributes,
70
70
  if (eventAttr.hasOwnProperty(item.eventId)) {
71
71
  item.attrs = eventAttr[item.eventId];
72
72
  } else {
73
- item.attrs = [];
73
+ item.attrs = [""];
74
74
  }
75
75
  });
76
76
  return submitData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.37",
3
+ "version": "1.0.34-heyh.39",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "43564b10b4a9bef8753d0c48e09d2158a17362c6",
54
+ "gitHead": "a21129d7374e4a3c1ff37184f29a06bc3b9cb6fe",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }