@zgfe/modules-settings 1.2.8 → 1.2.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.
@@ -123,9 +123,8 @@
123
123
  position: relative;
124
124
  display: flex;
125
125
  align-items: center;
126
- justify-content: flex-start;
127
- width: 400px;
128
- padding: 30px 0;
126
+ justify-content: flex-end;
127
+ margin-top: 80px;
129
128
  .c-select {
130
129
  margin-left: 10px;
131
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
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": "a12f5598a9a374d7274f705915a220124d2adb21",
54
+ "gitHead": "897bb946a51c1a1ba0c82afdba1d3c18da3b79c2",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }