@zgfe/modules-settings 1.2.0-alpha.1 → 1.2.0-alpha.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.
@@ -133,7 +133,6 @@
133
133
  }
134
134
  .group-auth-list {
135
135
  height: 532px;
136
- overflow-y: scroll;
137
136
  .auth-config-detail {
138
137
  max-height: none;
139
138
  border-bottom: 1px solid #dadada;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.0-alpha.1",
3
+ "version": "1.2.0-alpha.2",
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": "73ca82c218c61aca7cfe909a8e6873c15dfdaa54",
54
+ "gitHead": "d769d11e21ed8a30ce32c030b2876440d99d10db",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }