From d291826bbb1c887f85cd53a61ec6262b4212c38b Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 25 八月 2026 10:37:19 +0800
Subject: [PATCH] fix(auth): 数据库配置的 logo 优先,未配置才回退编译期默认

---
 src/packages/effects/layouts/src/widgets/preferences/blocks/company/company.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/packages/effects/layouts/src/widgets/preferences/blocks/company/company.vue b/src/packages/effects/layouts/src/widgets/preferences/blocks/company/company.vue
index 24fcdf0..6a7d235 100644
--- a/src/packages/effects/layouts/src/widgets/preferences/blocks/company/company.vue
+++ b/src/packages/effects/layouts/src/widgets/preferences/blocks/company/company.vue
@@ -72,8 +72,8 @@
 <template>
   <div class="flex flex-col">
     <!-- 鍏徃鍚嶇О -->
-    <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1">
-      <span class="flex items-center text-sm">
+    <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2">
+      <span class="shrink-0 text-sm text-foreground/80">
         {{ $t('preferences.company.companyName') }}
       </span>
       <Input
@@ -85,8 +85,8 @@
     </div>
 
     <!-- 鐧诲綍椤垫爣棰� -->
-    <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1">
-      <span class="flex items-center text-sm">
+    <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2">
+      <span class="shrink-0 text-sm text-foreground/80">
         {{ $t('preferences.company.loginTitle') }}
       </span>
       <Input
@@ -98,8 +98,8 @@
     </div>
 
     <!-- 鐧诲綍椤垫弿杩� -->
-    <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1">
-      <span class="flex items-center text-sm">
+    <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2">
+      <span class="shrink-0 text-sm text-foreground/80">
         {{ $t('preferences.company.loginDescription') }}
       </span>
       <Input
@@ -111,8 +111,8 @@
     </div>
 
     <!-- 鍏徃 Logo -->
-    <div class="my-1 flex w-full items-center justify-between rounded-md px-2 py-1">
-      <span class="flex items-center text-sm">
+    <div class="my-2 flex w-full items-center justify-between gap-4 rounded-md px-2 py-2">
+      <span class="shrink-0 text-sm text-foreground/80">
         {{ $t('preferences.company.logo') }}
       </span>
       <div class="flex items-center gap-2">

--
Gitblit v1.9.3