首页美化一下
This commit is contained in:
@@ -381,6 +381,19 @@
|
|||||||
.el-message-box__title {
|
.el-message-box__title {
|
||||||
color: var(--tech-text) !important;
|
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>
|
</style>
|
||||||
|
|
||||||
<!-- Element UI CSS -->
|
<!-- Element UI CSS -->
|
||||||
|
|||||||
Reference in New Issue
Block a user