样式修改
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
|
||||
&:hover {
|
||||
background: #f3f4f6;
|
||||
border-color: #7c3aed;
|
||||
color: #7c3aed;
|
||||
border-color: #0055AA;
|
||||
color: #0055AA;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
&:hover {
|
||||
background: #f3f4f6;
|
||||
color: #7c3aed;
|
||||
color: #0055AA;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
|
||||
&:hover {
|
||||
background: #f3f4f6;
|
||||
color: #7c3aed;
|
||||
color: #0055AA;
|
||||
}
|
||||
|
||||
.agent-icon {
|
||||
@@ -187,8 +187,8 @@
|
||||
}
|
||||
|
||||
:deep(.el-dropdown-menu__item.is-active) {
|
||||
background: rgba(124, 58, 237, 0.1);
|
||||
color: #7c3aed;
|
||||
background: rgba(0, 85, 170, 0.1);
|
||||
color: #0055AA;
|
||||
}
|
||||
|
||||
.chat-content {
|
||||
@@ -221,7 +221,7 @@
|
||||
align-items: flex-end;
|
||||
|
||||
.message-text {
|
||||
background: #7c3aed;
|
||||
background: #0055AA;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
@@ -362,7 +362,7 @@
|
||||
.send-btn {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background: #7c3aed;
|
||||
background: #0055AA;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -373,7 +373,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
background: #5b21b6;
|
||||
background: #004488;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
||||
@@ -55,8 +55,8 @@
|
||||
transition: all 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
border-color: #7c3aed;
|
||||
box-shadow: 0 4px 12px rgba(124, 58, 237, 0.15);
|
||||
border-color: #0055AA;
|
||||
box-shadow: 0 4px 12px rgba(0, 85, 170, 0.15);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user