zhaojing пре 2 година
родитељ
комит
d54ec51d1a
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/components/pageHead.vue

+ 2 - 1
src/components/pageHead.vue

@@ -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">