mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
🐞 fix(server): 多个工作空间分组后子工作空间层级异常造成不能正常使用
This commit is contained in:
parent
aa013fe736
commit
b106534b31
@ -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】修复 多个工作空间分组后子工作空间层级异常造成不能正常使用
|
||||
|
||||
------
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user