设置ai弹窗滑动

This commit is contained in:
bjzhoujian
2025-12-02 10:57:24 +08:00
committed by joshen
parent ffd3eb18df
commit e3a2c8b903
2 changed files with 52 additions and 9 deletions

View File

@@ -87,4 +87,16 @@
border: 1px solid #e7e7e7 !important;
box-shadow: 0px 1px 5px 1px rgba(92,98,111,.3);
}
</style>
#app {
pointer-events: none;
}
#app > *:not(.case-expert-dialog) {
pointer-events: auto;
}
.case-expert-dialog {
pointer-events: auto;
}
</style>