@zgfe/modules-dm 1.0.56-zhongyuan.40 → 1.0.56-zhongyuan.41

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.
@@ -966,7 +966,7 @@ var TablePlus = function TablePlus(props) {
966
966
  title: '操作',
967
967
  dataIndex: 'set',
968
968
  key: 'set',
969
- width: 130,
969
+ width: 150,
970
970
  fixed: 'right',
971
971
  render: function render(_, record) {
972
972
  if (record.groupId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.56-zhongyuan.40",
3
+ "version": "1.0.56-zhongyuan.41",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "248f7a673be53050483cf1e329ab09d63ffb0cad",
60
+ "gitHead": "33df2e2293766030a69c0461b3cad1385e994c18",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }