Revert "首页美化一下"

This reverts commit 628887186d.
This commit is contained in:
liuwei
2026-02-27 11:48:49 +08:00
parent 628887186d
commit 3940a413d5
2 changed files with 9 additions and 2 deletions

View File

@@ -382,10 +382,17 @@
color: var(--tech-text) !important;
}
/* Keep mask invisible but clickable for close-on-click */
/* Disable dialog mask to allow page interaction */
.v-modal {
background-color: transparent !important;
opacity: 0 !important;
pointer-events: none !important;
}
.el-dialog__wrapper {
pointer-events: none;
}
.el-dialog {
pointer-events: auto;
}
</style>