소스 검색

[Mod 0000]优化气压组件样式

hongrunxia 1 주 전
부모
커밋
6bfc7d8862
2개의 변경된 파일659개의 추가작업 그리고 567개의 파일을 삭제
  1. 1 1
      src/layouts/default/header/components/weatherBroadcast.vue
  2. 658 566
      src/views/vent/monitorManager/mainFanMonitor/index.vue

+ 1 - 1
src/layouts/default/header/components/weatherBroadcast.vue

@@ -7,7 +7,7 @@
     </a-badge> -->
       <div style="display: flex; flex-direction: row" class="btn-header">
         <img :src="parseWeatherData(weatherObj.text)" class="weather-icon" />
-        <span class="unit">{{ weatherObj.pressure }} hPa</span>
+        <span class="unit">{{ weatherObj.pressure }}&nbsp;hPa</span>
         <FileSearchOutlined style="font-size: 18px; color: #fff; line-height: 50px" />
       </div>
     </div>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 658 - 566
src/views/vent/monitorManager/mainFanMonitor/index.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.