瀏覽代碼

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

zq940222 3 月之前
父節點
當前提交
3bb18e0c76
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      src/assets/loginmini/icon/adweb-logo.png
  2. 1 1
      src/views/system/loginmini/Login.vue

二進制
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
   }
 });