diff --git a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue index 62329f4..c66eab7 100644 --- a/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue +++ b/packages/ui/src/renderer/src/features/FlyingCompanyLogoList/index.vue @@ -102,7 +102,7 @@ onMounted(async () => { animation: fly-in var(--dot-run-duration) ease-in-out infinite; transform-origin: center; mix-blend-mode: darken; - width: 200px; + width: 100px; } .dot:nth-child(2n) { animation-delay: calc(-0.35 * var(--dot-run-duration)); diff --git a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue index dfa4914..8096105 100644 --- a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue +++ b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue @@ -73,12 +73,14 @@ const handleClickLaunchLogin = () => {