+
>
@@ -201,10 +220,16 @@ const formattedDuration = computed(() =>
>
@@ -220,10 +245,16 @@ const formattedDuration = computed(() =>
>
@@ -239,10 +270,18 @@ const formattedDuration = computed(() =>
>
@@ -254,7 +293,9 @@ const formattedDuration = computed(() =>
class="flex flex-col gap-2 items-center cursor-pointer select-none min-w-[64px]"
@click="$emit('addMember')"
>
-
+
添加成员
@@ -265,8 +306,14 @@ const formattedDuration = computed(() =>
:class="{ 'opacity-60 pointer-events-none': hangingUp }"
@click="$emit('hangup')"
>
-
-
+
+
挂断
@@ -279,11 +326,13 @@ const formattedDuration = computed(() =>
.reconnect-dot {
animation: reconnect-pulse 1s ease-in-out infinite;
}
+
@keyframes reconnect-pulse {
0%,
100% {
opacity: 0.3;
}
+
50% {
opacity: 1;
}
diff --git a/apps/web-antdv-next/src/preferences.ts b/apps/web-antdv-next/src/preferences.ts
index 6d61c521b..7880de3d0 100644
--- a/apps/web-antdv-next/src/preferences.ts
+++ b/apps/web-antdv-next/src/preferences.ts
@@ -32,6 +32,7 @@ export const overridesPreferences = defineOverridesPreferences({
companyName: import.meta.env.VITE_APP_TITLE,
companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben',
},
+ // copyright: appCopyrightPreferences,
});
export const preferencesExtension =
diff --git a/apps/web-antdv-next/src/views/im/home/components/picker/picker-dialog.scss b/apps/web-antdv-next/src/views/im/home/components/picker/picker-dialog.scss
index 629b8565e..75045af2b 100644
--- a/apps/web-antdv-next/src/views/im/home/components/picker/picker-dialog.scss
+++ b/apps/web-antdv-next/src/views/im/home/components/picker/picker-dialog.scss
@@ -1,5 +1,7 @@
-// IM 选择类弹窗的公共样式 mixin
-// 每个业务壳在自己的