首页美化一下
This commit is contained in:
@@ -382,17 +382,10 @@
|
||||
color: var(--tech-text) !important;
|
||||
}
|
||||
|
||||
/* Disable dialog mask to allow page interaction */
|
||||
/* Keep mask invisible but clickable for close-on-click */
|
||||
.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>
|
||||
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!-- 聊天对话框 -->
|
||||
<el-dialog title="聊天" {% raw %}:visible.sync="chatDialogVisible" {% endraw %} width="60%" :close-on-click-modal="false">
|
||||
<el-dialog title="聊天" {% raw %}:visible.sync="chatDialogVisible" {% endraw %} width="60%" :close-on-click-modal="true">
|
||||
<div class="chat-container">
|
||||
<!-- 消息列表 -->
|
||||
<div class="message-list" ref="messageList">
|
||||
|
||||
Reference in New Issue
Block a user