Kaynağa Gözat

fix:数据大屏优化

liziliang 2 hafta önce
ebeveyn
işleme
402447ec85
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      src/views/screens/headers/screenHeader.vue

+ 4 - 4
src/views/screens/headers/screenHeader.vue

@@ -1,17 +1,17 @@
 <template>
   <div class="screen-header">
     <Back class="header-back" color="#fff" @click="back" />
-    <dv-decoration-8 style="width: 300px; height: 30px" />
+    <dv-decoration-8 style="width: 300px; height: 30px; margin-bottom: 20px"/>
     <div class="screen-header-item">
       <div
         class="header-title"
-        :style="{ fontSize: bigScreenData.fontSize * 4 + 'px' }"
+        :style="{ fontSize: bigScreenData.fontSize * 4 + 'px',marginBottom: '-10px' }"
       >
         {{ title }}
       </div>
-      <dv-decoration-5 style="width: 500px; height: 30px" />
+      <dv-decoration-5 style="width: 500px; height: 30px; margin-bottom: 10px"/>
     </div>
-    <dv-decoration-8 :reverse="true" style="width: 300px; height: 30px" />
+    <dv-decoration-8 :reverse="true" style="width: 300px; height: 30px; margin-bottom: 20px"/>
   </div>
 </template>