style: 更新样式选项
This commit is contained in:
parent
ef78196b8c
commit
a4dbb628b8
|
|
@ -134,11 +134,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-item:hover {
|
|
||||||
border-color: var(--attachment-color);
|
|
||||||
box-shadow: 0 2px 8px rgba(202, 138, 4, 0.15);
|
|
||||||
transform: translateY(-1px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment-icon {
|
.attachment-icon {
|
||||||
background: var(--attachment-bg);
|
background: var(--attachment-bg);
|
||||||
|
|
@ -169,9 +165,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-bubble:hover .message-footer {
|
|
||||||
border-top-color: var(--border-light);
|
|
||||||
}
|
|
||||||
|
|
||||||
.token-item {
|
.token-item {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
@ -183,10 +177,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token-item:hover {
|
|
||||||
background: var(--accent-primary-light);
|
|
||||||
color: var(--accent-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-time {
|
.message-time {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|
@ -209,10 +200,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sender-name:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
text-underline-offset: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.round-tag {
|
.round-tag {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
|
@ -226,10 +214,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.round-tag:hover {
|
|
||||||
border-color: var(--accent-primary);
|
|
||||||
color: var(--accent-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============ Message Body Enhancements ============ */
|
/* ============ Message Body Enhancements ============ */
|
||||||
.message-body {
|
.message-body {
|
||||||
|
|
@ -249,9 +234,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-bubble:hover .message-body::before {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============ Room Message Special Styles ============ */
|
/* ============ Room Message Special Styles ============ */
|
||||||
.message-bubble.room-msg {
|
.message-bubble.room-msg {
|
||||||
|
|
@ -275,10 +258,7 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-bubble:hover :deep(.avatar) {
|
|
||||||
transform: scale(1.1) rotate(5deg);
|
|
||||||
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ============ Content Styling ============ */
|
/* ============ Content Styling ============ */
|
||||||
.message-content {
|
.message-content {
|
||||||
|
|
@ -292,20 +272,5 @@ const regenerateIcon = `<svg viewBox="0 0 24 24" width="14" height="14" fill="no
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.ghost-btn:hover) {
|
|
||||||
transform: translateY(-2px);
|
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.ghost-btn.success:hover) {
|
|
||||||
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.ghost-btn.danger:hover) {
|
|
||||||
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
:deep(.ghost-btn.accent:hover) {
|
|
||||||
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue