修复边框问题

This commit is contained in:
张成
2025-11-08 12:56:17 +08:00
parent 2113b83b01
commit ff19a61a86
5 changed files with 56 additions and 18 deletions

View File

@@ -172,7 +172,7 @@
.quote-line {
width: 2px;
height: 14px;
background: rgba(120, 120, 128, 0.12);
background: rgba(120, 120, 128, 0.2);
border-radius: 7px;
flex-shrink: 0;
}
@@ -194,7 +194,7 @@
align-items: center;
gap: 4px;
padding: 4px 8px;
background: rgba(120, 120, 128, 0.12);
background: rgba(120, 120, 128, 0.2);
border-radius: 20px;
width: fit-content;
margin-top: 4px;