fix: 修复遗漏的 backend-single 引用(Java源码/前端注释/配置文件/IDE配置)
This commit is contained in:
@@ -3035,13 +3035,13 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.chat-voice-btn {
|
||||
width: 86rpx;
|
||||
height: 76rpx;
|
||||
width: 72rpx;
|
||||
height: 68rpx;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 26rpx;
|
||||
border-radius: 22rpx;
|
||||
color: #e8ccff;
|
||||
font-size: 24rpx;
|
||||
font-weight: 800;
|
||||
@@ -3057,7 +3057,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.voice-icon {
|
||||
font-size: 32rpx;
|
||||
font-size: 24rpx;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user