From 846bb33d3243871c3dc4226e3c054bedc8a71660 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 14:01:17 +0800
Subject: [PATCH] 生产订单页面开发联调
---
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