@@ -21,7 +21,7 @@
</div>
<div class="right-item">{{ weatherCont.text }}</div>
<div
- class="right-item button-wrap" style="display:none;"
+ class="right-item button-wrap"
>
<img
class="controlImg"
@@ -156,6 +156,7 @@ export default defineComponent({
return { ...toRefs(allData), weatherCont, projectObj, stopSign,projectId };
},
});
+
</script>
<style scoped lang="scss">