From 828a9026e9b4f78221ed9703feba869a757cbbea Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 二月 2026 15:52:21 +0800
Subject: [PATCH] 进销存升级app: 1.App手动新增销售台账时,客户合同号输入框去掉 2.开票台账无法进行编辑删除操作 3.APP手动开票时,提示提交失败,请重试

---
 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