From e620e7c1744384f9e4d9c316ceda2a60d064bba5 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 27 Mar 2025 11:37:40 +0800
Subject: [PATCH] feat: 去掉部分样式

---
 src/components/CommonTitle.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/CommonTitle.vue b/src/components/CommonTitle.vue
index d92d71c..ad63e71 100644
--- a/src/components/CommonTitle.vue
+++ b/src/components/CommonTitle.vue
@@ -14,6 +14,7 @@
 </script>
 <style scoped lang="scss">
     .overview-title {
+        border: 1px solid red;
         height: hToV(42);
         background-image: url(@/assets/images/title-bg.png);
         background-repeat: no-repeat;
@@ -25,7 +26,6 @@
             font-weight: 400;
             font-size: 20px;
             color: #FFFFFF;
-            line-height: 23px;
             text-shadow: 0px 0px 7px rgba(75,180,229,0.69), 0px 2px 8px rgba(5,28,55,0.42);
             text-align: left;
             font-style: normal;

--
Gitblit v1.9.3