@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.
|
@@ -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:
|
|
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.
|
|
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": "
|
|
52
|
+
"gitHead": "a9ee827da065af809683552850c067b8e04dc433",
|
|
53
53
|
"gitHooks": {
|
|
54
54
|
"pre-commit": "lint-staged"
|
|
55
55
|
}
|