@zgfe/modules-dm 1.0.30-qirui.1 → 1.0.30-qirui.2

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.
@@ -191,7 +191,6 @@
191
191
  cursor: pointer;
192
192
  .event_name-text {
193
193
  display: -webkit-box;
194
- width: 120px;
195
194
  overflow: hidden;
196
195
  -webkit-box-orient: vertical;
197
196
  -webkit-line-clamp: 1;
@@ -306,7 +306,7 @@ var TablePlus = function TablePlus(props) {
306
306
  dataIndex: 'event_name',
307
307
  key: 'event_name',
308
308
  fixed: 'left',
309
- width: 180,
309
+ width: 380,
310
310
  render: function render(text, record, index) {
311
311
  if (record.groupId) {
312
312
  var _groupCheckedData$rec;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.30-qirui.1",
3
+ "version": "1.0.30-qirui.2",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "ec1d499716aedff72804d0a883b238e9239c4dde",
52
+ "gitHead": "a9ee827da065af809683552850c067b8e04dc433",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }