用户指引

This commit is contained in:
X1627315083
2023-12-07 13:23:50 +08:00
parent 43bd815d71
commit 1ffdfba500
15 changed files with 43 additions and 24 deletions

View File

@@ -174,11 +174,12 @@ ul,li{
}
}
.hideEvents{
*{
&*{
pointer-events:none !important;
}
}
.Guide_{
pointer-events:auto !important;
&.showEvents{
@@ -465,11 +466,14 @@ ul,li{
.driver-overlay, .driver-active * {
pointer-events: none;
}
.showEvents{
*{
pointer-events: auto;
.printboard_upload_modal, .sketchboard_upload_modal .switch_type_list{
&.showEvents{
*{
pointer-events: auto;
}
}
}
// .ant-modal-wrap{
// z-index: 10001 ;
// }