@zgfe/modules-dm 1.0.2-dm.5 → 1.0.2-dm.6

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.
@@ -329,6 +329,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
329
329
  }).catch(function (err) {
330
330
  message.error('上传失败');
331
331
  });
332
+ return false;
332
333
  }
333
334
  }; // 清空属性值别名excel数据
334
335
 
@@ -99,6 +99,16 @@
99
99
  }
100
100
  .group-row {
101
101
  border-top: 12px solid #f5f5f5;
102
+ .ant-table-cell-fix-left {
103
+ left: 0px;
104
+ display: block;
105
+ width: 500px;
106
+ background: #fff;
107
+ }
108
+ .ant-table-cell-fix-left-first::after,
109
+ .ant-table-cell-fix-left-last::after {
110
+ box-shadow: none;
111
+ }
102
112
  td {
103
113
  padding: 6px 16px;
104
114
  }
@@ -121,13 +131,13 @@
121
131
  margin-right: 4px;
122
132
  font-size: 18px !important;
123
133
  }
124
- .group-text {
125
- display: -webkit-box;
126
- width: 120px;
127
- overflow: hidden;
128
- -webkit-box-orient: vertical;
129
- -webkit-line-clamp: 1;
130
- }
134
+ // .group-text {
135
+ // display: -webkit-box;
136
+ // width: 120px;
137
+ // overflow: hidden;
138
+ // -webkit-box-orient: vertical;
139
+ // -webkit-line-clamp: 1;
140
+ // }
131
141
  .group-handle {
132
142
  margin-left: 30px;
133
143
  cursor: pointer;
@@ -341,15 +341,9 @@ var TablePlus = function TablePlus(props) {
341
341
  className: "group-box"
342
342
  }, /*#__PURE__*/React.createElement(IconFont, {
343
343
  type: "left"
344
- }), /*#__PURE__*/React.createElement(Popover, {
345
- content: function content() {
346
- return record.groupId == -1 ? '未分组' : record.groupName;
347
- },
348
- trigger: "hover",
349
- placement: "top"
350
- }, /*#__PURE__*/React.createElement("span", {
344
+ }), /*#__PURE__*/React.createElement("span", {
351
345
  className: "group-text"
352
- }, record.groupId == -1 ? '未分组' : record.groupName)), ((_groupCheckedData$rec = groupCheckedData[record.groupId]) === null || _groupCheckedData$rec === void 0 ? void 0 : _groupCheckedData$rec.length) > 0 && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Popover, {
346
+ }, record.groupId == -1 ? '未分组' : record.groupName), ((_groupCheckedData$rec = groupCheckedData[record.groupId]) === null || _groupCheckedData$rec === void 0 ? void 0 : _groupCheckedData$rec.length) > 0 && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Popover, {
353
347
  content: function content() {
354
348
  return groupPopoverContent(record, 'move-in');
355
349
  },
@@ -194,6 +194,7 @@ var AddPlan = function AddPlan(props) {
194
194
  }).catch(function (err) {
195
195
  message.error('上传失败');
196
196
  });
197
+ return false;
197
198
  }
198
199
  }; // 事件列表-渲染数据
199
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.2-dm.5",
3
+ "version": "1.0.2-dm.6",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "license": "ISC",
@@ -53,7 +53,7 @@
53
53
  "umi-request": "^1.4.0",
54
54
  "yorkie": "^2.0.0"
55
55
  },
56
- "gitHead": "67f8d1ed5d82858a8d44153a22b41cad2a1fe6c8",
56
+ "gitHead": "a5df84fee76da638681affd4c57d4b27acdf91d8",
57
57
  "gitHooks": {
58
58
  "pre-commit": "lint-staged"
59
59
  }