Ver código fonte

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

zq940222 3 meses atrás
pai
commit
3bb18e0c76

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
   }
 });