Commit 7078d5bf authored by Jenny's avatar Jenny

feat: select 弹框层级

parent f1caa7bb
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
height: `${parseInt(element.height * scale)}px`, height: `${parseInt(element.height * scale)}px`,
left: `${parseInt(element.left * scale)}px`, left: `${parseInt(element.left * scale)}px`,
top: `${parseInt(element.top * scale)}px`, top: `${parseInt(element.top * scale)}px`,
zIndex: index + 1 zIndex: `${element.type == 'NormalTabs' ? 999999 : index + 1}`
}" }"
> >
<!-- 普通柱状图 --> <!-- 普通柱状图 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment