|
@@ -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 }}hPa</span>
|
|
|
<FileSearchOutlined style="font-size: 18px; color: #fff; line-height: 50px" />
|
|
|
</div>
|
|
|
</div>
|