header.vue 216 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <template> <div class="header_container" style="overflow:hidden;"> </div> </template> <script> </script> <style> .header_container{ width: 100%; height: 64px; background-color: #dd44; } </style>