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