@fonixtree/magic-design 0.0.180 → 0.0.182

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.
@@ -116,6 +116,11 @@ function compositeDecorator(WrappedComponent) {
116
116
 
117
117
  if (nodeData.type === 'CAROUSEL' || nodeData.type === 'IMAGE_GALLERY') {
118
118
  zIndex = '1';
119
+ } // 解决pc导航hover上去,类目被下面组件遮罩的问题
120
+
121
+
122
+ if (nodeData.type === 'PC_NAVIGATION') {
123
+ zIndex = '2';
119
124
  }
120
125
 
121
126
  var wrapStyle = {
@@ -116,6 +116,11 @@ function compositeDecorator(WrappedComponent) {
116
116
 
117
117
  if (nodeData.type === 'CAROUSEL' || nodeData.type === 'IMAGE_GALLERY') {
118
118
  zIndex = '1';
119
+ } // 解决pc导航hover上去,类目被下面组件遮罩的问题
120
+
121
+
122
+ if (nodeData.type === 'PC_NAVIGATION') {
123
+ zIndex = '2';
119
124
  }
120
125
 
121
126
  var wrapStyle = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.180",
4
+ "version": "0.0.182",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",