From bf1a72c4eba683b8e8c0a91e639865bc5cd4fd55 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Dec 2024 14:34:19 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 src/styles/base/dc-base.scss |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index 659a0e1..1173b74 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -98,14 +98,14 @@
   }
 
   .marsBlueGradientPnl {
-    padding: 2px 2px;
+    padding: 2px 6px;
     // text-align: center;
     margin: 0;
     color: #fff;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    // line-height: 32px;
+    line-height: 28px;
     width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;
@@ -150,7 +150,7 @@
   }
 
   .marsBlueGradientPnl {
-    padding: 2px 2px;
+    padding: 2px 6px;
     // position: absolute;
     // text-align: center;
     margin: 0;
@@ -158,7 +158,7 @@
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    line-height: 25px;
+    line-height: 28px;
     width: 260px;
     -webkit-user-select: none;
     -moz-user-select: none;

--
Gitblit v1.9.3