소스 검색

fix:数据大屏优化

liziliang 2 주 전
부모
커밋
402447ec85
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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>