Browse Source

Update login component to use new logo and adjust width for better responsiveness

zq940222 3 months ago
parent
commit
3bb18e0c76
2 changed files with 1 additions and 1 deletions
  1. BIN
      src/assets/loginmini/icon/adweb-logo.png
  2. 1 1
      src/views/system/loginmini/Login.vue

BIN
src/assets/loginmini/icon/adweb-logo.png


+ 1 - 1
src/views/system/loginmini/Login.vue

@@ -124,7 +124,7 @@ const width = computed(() => {
   if (domain.includes('sohoeb2b')) {
     return '233px'; // Use the imported image for this domain
   } else {
-    return '550px'; // Use the imported image for other domains
+    return '300px'; // Use the imported image for other domains
   }
 });