diff --git a/src/views/Invitation/inviteAgency.vue b/src/views/Invitation/inviteAgency.vue index 735efbc..b4313c8 100644 --- a/src/views/Invitation/inviteAgency.vue +++ b/src/views/Invitation/inviteAgency.vue @@ -26,7 +26,12 @@ height: max-content; " > - + @@ -126,39 +123,47 @@ {{ t('success') }} - +
{{ t('information') }}:
-
-
+ +
+ +
+
-
+ + +
+ + +
- + @@ -126,50 +123,72 @@ {{ t('success') }}
- +
{{ t('information') }}:
-
-
+ +
+ +
+
- {{ user.userProfile.userNickname.charAt(0) }}
-
-
+ + +
+
{{ user.userProfile.userNickname }}
-
+
ID: {{ user.userProfile.account }}
-
+ + +
{ } }) +const defaultAvatarUrl = (e) => { + console.log('头像资源出错') + e.target.onerror = null //防止循环 + e.target.src = new URL('/src/assets/images/WeeklyStar/defaultAvatar.png', import.meta.url).href +} + // 清空关键词 const clearSearch = () => { searchQuery.value = '' @@ -336,7 +360,6 @@ onMounted(() => { input::placeholder { font-weight: bold; - font-size: 0.7em; color: rgba(0, 0, 0, 0.4); } @@ -356,7 +379,6 @@ input::placeholder { background: linear-gradient(135deg, #bb92ff 2.82%, #8b45ff 99.15%); color: white; border: none; - font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.2s; @@ -399,6 +421,12 @@ input::placeholder { } } +@media screen and (min-width: 1024px) { + * { + font-size: 32px; + } +} + /* RTL支持 */ [dir='rtl'] .avatar { margin-right: 0; diff --git a/src/views/Invitation/inviteBDLeader.vue b/src/views/Invitation/inviteBDLeader.vue index e181f43..4913202 100644 --- a/src/views/Invitation/inviteBDLeader.vue +++ b/src/views/Invitation/inviteBDLeader.vue @@ -26,7 +26,12 @@ height: max-content; " > - + @@ -126,50 +123,71 @@ {{ t('success') }}
- +
{{ t('information') }}:
+
-
+ +
- {{ user.userProfile.userNickname.charAt(0) }}
-
-
+ + +
+
{{ user.userProfile.userNickname }}
-
+
ID: {{ user.userProfile.account }}
-
+ + +