fix: 修复核素分析一级下拉菜单在点击的时候遮住弹窗的问题

This commit is contained in:
Xu Zhimeng 2024-03-15 10:52:12 +08:00
parent 2301ce1409
commit 1e6320a616

View File

@ -1759,6 +1759,8 @@ export default {
<style lang="less">
.spectrum-analysis-operators-dropdown-overlay {
background-color: #03353f;
z-index: 999;
.ant-menu {
background: transparent;
padding: 0;