Commit c0af71535591860744ad5043ef63d51074319ed5

Authored by Andy
1 parent 36a35335

add ico

Showing 1 changed file with 7 additions and 6 deletions
src/components/VHeader.vue
1 <template> 1 <template>
2 <header class="header-wrap"> 2 <header class="header-wrap">
3 <span>车场实时概况</span> 3 <span>车场实时概况</span>
4 - <div class="header-fullscreen" @click="handleFullScreen">全屏</div> 4 + <div class="header-fullscreen" @click="handleFullScreen"></div>
5 <div class="header-time"> 5 <div class="header-time">
6 <p>{{headerDay}}</p> 6 <p>{{headerDay}}</p>
7 <p>{{headerTime}}</p> 7 <p>{{headerTime}}</p>
@@ -69,13 +69,14 @@ export default { @@ -69,13 +69,14 @@ export default {
69 line-height: 75px; 69 line-height: 75px;
70 } 70 }
71 .header-fullscreen{ 71 .header-fullscreen{
72 - width: 60px;  
73 - height: 35px;  
74 - line-height: 35px; 72 + width: 18px;
  73 + height: 18px;
  74 + line-height: 18px;
75 position: absolute; 75 position: absolute;
76 - right: 148px;  
77 - top:16px; 76 + right: 158px;
  77 + top:25px;
78 cursor:pointer; 78 cursor:pointer;
  79 + background: url('../images/header/righttopbarico_Bg.png');
79 } 80 }
80 .header-time{ 81 .header-time{
81 width: 128px; 82 width: 128px;