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>

View File

@@ -374,7 +374,7 @@
</el-dialog>
<!-- 聊天对话框 -->
<el-dialog title="聊天" {% raw %}:visible.sync="chatDialogVisible" {% endraw %} width="60%" :close-on-click-modal="true">
<el-dialog title="聊天" {% raw %}:visible.sync="chatDialogVisible" {% endraw %} width="60%" :close-on-click-modal="false">
<div class="chat-container">
<!-- 消息列表 -->
<div class="message-list" ref="messageList">