@zgfe/modules-settings 1.2.0-alpha.4 → 1.2.0-alpha.5

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.
@@ -396,7 +396,7 @@ var User = function User(props) {
396
396
  width: 300
397
397
  }
398
398
  }, /*#__PURE__*/React.createElement("div", {
399
- className: "group-auth-list"
399
+ className: "group-auth-list popover-group-auth-list"
400
400
  }, data.authConfig && data.authConfig.groupIds && groupAuthConfig(data.authConfig.groupIds).length ? /*#__PURE__*/React.createElement("div", null, groupAuthConfig(data.authConfig.groupIds).map(function (item) {
401
401
  return /*#__PURE__*/React.createElement(AuthConfigDetail, {
402
402
  key: item.id,
@@ -141,6 +141,9 @@
141
141
  }
142
142
  }
143
143
  }
144
+ .popover-group-auth-list {
145
+ overflow-y: scroll;
146
+ }
144
147
  .copy-dialog .foot {
145
148
  margin-top: 20px;
146
149
  a {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.0-alpha.4",
3
+ "version": "1.2.0-alpha.5",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "b6109bd75ecd8ae627b2cb52f1e9992092fcb064",
54
+ "gitHead": "175c0b8dca8831f78a5bcd7d4922f4d9fc94c5fb",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }