@gm-pc/frame 1.13.0-beta.2 → 1.13.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/index.less +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gm-pc/frame",
3
- "version": "1.13.0-beta.2",
3
+ "version": "1.13.2",
4
4
  "description": "",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-pc#readme",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@gm-common/tool": "^2.10.0",
26
- "@gm-pc/react": "^1.13.0-beta.2",
26
+ "@gm-pc/react": "^1.13.2",
27
27
  "classnames": "^2.2.5",
28
28
  "lodash": "^4.17.19"
29
29
  },
@@ -31,5 +31,5 @@
31
31
  "react": "^16.14.0",
32
32
  "react-dom": "^16.14.0"
33
33
  },
34
- "gitHead": "4212dfcd6f6be73fe620c03a9e833089c2cf8419"
34
+ "gitHead": "eed0722555286fb4c48d77c9fe1082db7c6ffb7f"
35
35
  }
package/src/index.less CHANGED
@@ -133,7 +133,7 @@
133
133
  .gm-framework-full-tabs-head {
134
134
  position: fixed;
135
135
  right: 0;
136
- top: calc(var(--gm-framework-size-top-right-height) + var(--v-browser-tabs-height));
136
+ top: var(--gm-framework-size-top-right-height);
137
137
  left: var(--gm-framework-size-left-width);
138
138
  z-index: 10;
139
139
  height: 40px;