fix: 修复核素分析一级下拉菜单在点击的时候遮住弹窗的问题
This commit is contained in:
parent
2301ce1409
commit
1e6320a616
|
@ -1759,6 +1759,8 @@ export default {
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.spectrum-analysis-operators-dropdown-overlay {
|
.spectrum-analysis-operators-dropdown-overlay {
|
||||||
background-color: #03353f;
|
background-color: #03353f;
|
||||||
|
z-index: 999;
|
||||||
|
|
||||||
.ant-menu {
|
.ant-menu {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user