1.修改ai悬停框
This commit is contained in:
@@ -1706,10 +1706,10 @@ export default {
|
||||
/* 聊天弹窗容器 */
|
||||
.chat-popup {
|
||||
position: fixed;
|
||||
bottom: 45px;
|
||||
right: 60px;
|
||||
width: 400px;
|
||||
height: 600px;
|
||||
bottom: 9vh;
|
||||
right: 5vw;
|
||||
width: 40vw;
|
||||
height: 80vh;
|
||||
background: #fff;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user