@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 = {
|