首页美化一下

This commit is contained in:
liuwei
2026-02-27 11:45:00 +08:00
parent d27233bbda
commit de5afd9bee

View File

@@ -381,6 +381,19 @@
.el-message-box__title {
color: var(--tech-text) !important;
}
/* 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>
<!-- Element UI CSS -->