@zgfe/modules-settings 2.1.0-zhongyuan.8 → 2.1.0-zhongyuan.9

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.
@@ -185,7 +185,7 @@ var clearDict = function clearDict(_ref) {
185
185
  labelAlign: "right"
186
186
  }, /*#__PURE__*/React.createElement(Form.Item, {
187
187
  label: "\u5C5E\u6027\u5B57\u5178\u540D",
188
- name: "dictName.",
188
+ name: "dictName",
189
189
  rules: [{
190
190
  required: true,
191
191
  message: '请输入属性字典名'
@@ -192,7 +192,8 @@ var DictionaryManagement = function DictionaryManagement() {
192
192
  columns: columns,
193
193
  onChange: handlePage,
194
194
  scroll: {
195
- x: 992
195
+ x: 992,
196
+ y: 390
196
197
  }
197
198
  }), addDictShow && (/*#__PURE__*/React.createElement(CreateDict, {
198
199
  addDictShow: addDictShow,
@@ -229,7 +229,8 @@ var locationTagManagement = function locationTagManagement(_ref) {
229
229
  columns: columns,
230
230
  onChange: handlePage,
231
231
  scroll: {
232
- x: 992
232
+ x: 992,
233
+ y: 390
233
234
  }
234
235
  }), addLocShow && (/*#__PURE__*/React.createElement(CreateLoc, {
235
236
  type: type,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.1.0-zhongyuan.8",
3
+ "version": "2.1.0-zhongyuan.9",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "1756aba61064e28b66ad537e900d35c18c2e3f57",
70
+ "gitHead": "3903a4dd85df0af2012958fdf505bc18eac32bd4",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }