소스 검색

切换按钮显示

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