更新用户指引

This commit is contained in:
X1627315083
2023-12-08 16:27:35 +08:00
parent ec21fd1ff1
commit 4f62c4c2d3
12 changed files with 421 additions and 161 deletions

View File

@@ -159,15 +159,44 @@ li {
.el-cascader__collapse-tag .el-cascader__collapse-tag .el-tag--light {
display: flex !important;
}
.hideEvents* {
.hideEvents {
pointer-events: none !important;
}
.hideEvents * {
pointer-events: none !important;
}
.Guide_ {
pointer-events: auto !important;
overflow-y: initial !important;
}
.Guide_.showEvents * {
pointer-events: auto !important;
}
.Guide_.showEvents .hideEvents {
pointer-events: none !important;
}
.Guide_.showEvents .hideEvents * {
pointer-events: none !important;
}
.Guide_ .Guide_active {
box-shadow: 0px 0px 13px #ff5f5f;
animation: identifier 1s infinite linear;
display: block !important;
}
@keyframes identifier {
0% {
box-shadow: none;
}
50% {
box-shadow: 0px 0px 13px #ff5f5f;
}
100% {
box-shadow: none;
}
}
:not(body):has(>.driver-active-element) {
overflow: initial !important;
}
.delete_like_file_block {
display: none;
width: 2.5rem;
@@ -311,6 +340,17 @@ li {
top: auto;
margin: 0 9rem;
}
.ant-modal-confirm-confirm .ant-modal-content {
border-radius: 1rem;
}
.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
width: 100%;
display: flex;
justify-content: center;
}
.ant-modal-confirm-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn-primary {
margin-left: 10rem;
}
.modal_component.ant-modal {
top: 0;
}