From 4db94c70c4e18125727062ce191e4968ab062970 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 05 二月 2026 16:28:22 +0800
Subject: [PATCH] fix: 采购台账新增第二个产品时,选择信息对应填写后,选择的数据展示到第一个产品去

---
 src/components/Splash.vue |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/components/Splash.vue b/src/components/Splash.vue
index 6465d04..c472d06 100644
--- a/src/components/Splash.vue
+++ b/src/components/Splash.vue
@@ -1,7 +1,6 @@
 <template>
   <div class="splash-container">
-		<span class="title">绉戞妧</span>
-		<span class="title1">渚挎惡鐢熸椿</span>
+		<span class="title">绉戞妧 渚挎嵎鐢熸椿</span>
   </div>
 </template>
 
@@ -16,7 +15,7 @@
   display: flex;
   justify-content: center;
   align-items: center;
-  background: #fff;
+  background: linear-gradient(180deg, #E6F3FF 0%, #FFFFFF 100%);
 }
 .splash-logo {
   width: 180px;
@@ -25,12 +24,7 @@
 }
 .title {
 	font-weight: 400;
-	font-size: 60px;
+	font-size: 48px;
 	color: #000000;
 }
-.title1 {
-	font-weight: 400;
-	font-size: 40px;
-	color: #000000;
-}
-</style> 
\ No newline at end of file
+</style>
\ No newline at end of file

--
Gitblit v1.9.3