feat: 消息的展示样式调整

This commit is contained in:
2025-10-23 20:33:23 +08:00
parent c9587d2006
commit 3094211152
2 changed files with 33 additions and 14 deletions

View File

@@ -16,6 +16,6 @@
}
.tag-text {
color: #00a6ff; /* 蓝色文字,可根据设计调整 */
color: #2d91ff; /* 蓝色文字,可根据设计调整 */
font-size: $uni-font-size-base;
}