{{ t('loading') }}...
-
-
-
-
+
+
+
+
+
- {{ message.name?.charAt(0) || 'U' }}
-
- {{ message.name || t('unknown_user') }}
-- - ID - : - {{ message.account || message.userId }} - -
+
+
+ {{ message.name || t('unknown_user') }}aaaaaaaaaaaaaaaaaaaaaa +
+
+
+
+ ID
++ : +
++ {{ message.account || message.userId }} +
+
+
@@ -180,12 +231,6 @@ onMounted(() => {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
-.content {
- padding: 16px;
- position: relative;
- z-index: 2;
-}
-
/* 加载状态 */
.loading-state {
display: flex;
@@ -215,83 +260,20 @@ onMounted(() => {
}
}
-/* 消息列表 */
-.message-list {
- display: flex;
- flex-direction: column;
- gap: 12px;
-}
-
-.message-item {
- background-color: white;
- padding: 12px;
- border-radius: 12px;
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: space-between;
-}
-
.user-info {
display: flex;
align-items: center;
- flex: 1;
}
.user-avatar {
- width: 40px;
- height: 40px;
- border-radius: 20px;
- background-color: rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: center;
- color: white;
- font-size: 16px;
- font-weight: 600;
- margin-right: 12px;
- overflow: hidden;
-}
-
-.user-avatar img {
- width: 100%;
- height: 100%;
- object-fit: cover;
-}
-
-.user-details h4 {
- margin-bottom: 4px;
- font-size: 16px;
- font-weight: 700;
-}
-
-.user-details p {
- font-size: 14px;
- font-weight: 500;
- color: rgba(0, 0, 0, 0.4);
-}
-
-.country-info {
- font-size: 12px !important;
- color: #8b5cf6 !important;
-}
-
-.apply-time {
- font-size: 12px !important;
- color: #999 !important;
-}
-
-.action-buttons {
- display: flex;
- gap: 8px;
+ margin-right: 4px;
}
.agree-btn,
.refuse-btn {
- padding: 4px 16px;
+ padding: 4px 8px;
border: none;
border-radius: 20px;
- font-size: 12px;
font-weight: 600;
}
@@ -352,7 +334,7 @@ onMounted(() => {
/* RTL支持 */
[dir='rtl'] .user-avatar {
margin-right: 0;
- margin-left: 12px;
+ margin-left: 4px;
}
[dir='rtl'] .user-info {