🐞 fix(server): 多个工作空间分组后子工作空间层级异常造成不能正常使用

This commit is contained in:
小吾立 2024-08-08 12:23:29 +08:00
parent aa013fe736
commit b106534b31
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@
1. 【all】修复 多会话使用文件跟踪器可能出现多个线程未关闭问题(感谢[@沐剑屏](https://gitee.com/MuJianPing) [Gitee issues IAI0I1](https://gitee.com/dromara/Jpom/issues/IAI0I1)
2. 【all】修复 windows 管理脚本在 JDK 1.8 无法正常启动(感谢@流浪的墨染青衫、@LL
3. 【server】修复 多个工作空间分组后子工作空间层级异常造成不能正常使用
------

View File

@ -1,6 +1,7 @@
:root {
--increase-z-index: 1050;
}
.search-box {
margin-bottom: 0 !important;
box-sizing: border-box;
@ -25,6 +26,7 @@
.ant-tooltip,
.ant-popover,
.ant-picker-dropdown,
.ant-mentions-dropdown {
.ant-mentions-dropdown,
.ant-dropdown-menu-submenu-popup {
z-index: var(--increase-z-index) !important;
}