소스 검색

fix:数据大屏优化

liziliang 2 달 전
부모
커밋
013d158147
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

+ 1 - 1
src/views/screens/screen-components/WeiDianZiCheJianGongGao.vue

@@ -15,7 +15,7 @@
             :key="index"
           >
             <div class="message-title">
-              <span v-text="item.title"></span>
+              <span v-text="item.title" style="color: yellow"></span>
               <span v-text="item.updateTime"></span>
             </div>
             <div id="m-g-g-content-box" v-html="item.content"></div>