From d16d10d94fddff86bdfd87113e7fd2cebe8b7cd7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Jan 2024 18:15:06 +0800
Subject: [PATCH] 居民监管样式调整

---
 src/views/place/components/boxTitle.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/views/place/components/boxTitle.vue b/src/views/place/components/boxTitle.vue
index 507271a..2995eb8 100644
--- a/src/views/place/components/boxTitle.vue
+++ b/src/views/place/components/boxTitle.vue
@@ -10,7 +10,7 @@
     <div class="titleContent">
         <!-- <div class="title1" data-color="red"></div> -->
 
-        <div :class="'title title' + classVal">
+        <div :class="`title title${classVal} ${classStyle}`">
             {{ title }}</div>
     </div>
 </template>
@@ -26,7 +26,12 @@
 
         classVal: {
             type: Number,
-        }
+        },
+
+        classStyle: {
+            type: String,
+            default: ''
+        },
     }
 }
 </script>
@@ -50,6 +55,10 @@
     z-index: 0;
 }
 
+.echarts-title {
+    margin: 0 !important;
+}
+
 .title1 {
     padding-left: 15px;
 

--
Gitblit v1.9.3