云端文件下载

This commit is contained in:
2026-06-25 17:48:58 +08:00
parent d284789240
commit 488bebcc87
30 changed files with 5442 additions and 426 deletions

View File

@@ -841,15 +841,26 @@
justify-content: center;
align-items: center;
}
.agree-btn[data-v-976117c3],
.refuse-btn[data-v-976117c3] {
.agree-btn[data-v-976117c3] {
font-size: 14px;
font-weight: 500;
border: 1px solid #666;
margin-left: 0.3125rem;
border: 1px solid #3b86ff;
color: #3b86ff;
box-sizing: border-box;
}
/* 好友申请状态 */
.friend-status[data-v-976117c3] {
font-size: 14px;
font-weight: 500;
padding: 0.25rem 0.625rem;
border-radius: 0.9375rem;
}
.friend-status.agreed[data-v-976117c3] {
color: #059669;
background-color: rgba(16, 185, 129, 0.1);
}
/* 通讯录 */
.contact-list[data-v-976117c3] {
display: flex;