用户指引部署
This commit is contained in:
@@ -270,13 +270,16 @@ li {
|
||||
pointer-events: auto !important;
|
||||
overflow-y: initial !important;
|
||||
}
|
||||
.Guide_.showEvents * {
|
||||
.Guide_.showEvents *,
|
||||
.Guide_ .showEvents * {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
.Guide_.showEvents .hideEvents {
|
||||
.Guide_.showEvents .hideEvents,
|
||||
.Guide_ .showEvents .hideEvents {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
.Guide_.showEvents .hideEvents * {
|
||||
.Guide_.showEvents .hideEvents *,
|
||||
.Guide_ .showEvents .hideEvents * {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
.Guide_ .Guide_active {
|
||||
@@ -299,6 +302,8 @@ li {
|
||||
filter: drop-shadow(0px 0px 2px #ff5f5f) drop-shadow(0px 0px 1px #ff5f5f);
|
||||
animation: identifier_img 1s infinite linear;
|
||||
display: block !important;
|
||||
cursor: pointer;
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
@keyframes identifier_img {
|
||||
0% {
|
||||
@@ -532,6 +537,9 @@ li {
|
||||
.ant-modal {
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.ant-modal div[aria-hidden="true"] {
|
||||
display: none !important;
|
||||
}
|
||||
.ant-modal-confirm-confirm .ant-modal-content {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
@@ -287,7 +287,7 @@ input:focus{
|
||||
.Guide_{
|
||||
pointer-events:auto !important;
|
||||
overflow-y: initial !important;
|
||||
&.showEvents{
|
||||
&.showEvents,.showEvents{
|
||||
*{
|
||||
pointer-events:auto !important;
|
||||
}
|
||||
@@ -322,6 +322,8 @@ input:focus{
|
||||
filter: drop-shadow(0px 0px 2px rgb(255, 95, 95))drop-shadow(0px 0px 1px rgb(255, 95, 95));
|
||||
animation: identifier_img 1s infinite linear;
|
||||
display: block !important;
|
||||
cursor: pointer;
|
||||
pointer-events:auto !important;
|
||||
@keyframes identifier_img {
|
||||
0% {
|
||||
filter: none;
|
||||
@@ -596,6 +598,7 @@ input:focus{
|
||||
//弹窗公共样式
|
||||
.ant-modal{
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
|
||||
div[aria-hidden="true"] {display: none !important;}
|
||||
&.ant-modal-confirm{
|
||||
&.ant-modal-confirm-confirm{
|
||||
// top: 50%;
|
||||
|
||||
Reference in New Issue
Block a user