|
|
@ -3,7 +3,7 @@
|
|
|
|
<div class="admin-title" @click="goBigScreen">
|
|
|
|
<div class="admin-title" @click="goBigScreen">
|
|
|
|
<div class="con">
|
|
|
|
<div class="con">
|
|
|
|
<img src="../../../../../static/logo-dp.png" width="50" />
|
|
|
|
<img src="../../../../../static/logo-dp.png" width="50" />
|
|
|
|
<span class="version">V0.9.5</span>
|
|
|
|
<span class="version">V0.9.6</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-menu
|
|
|
|
<el-menu
|
|
|
@ -67,7 +67,7 @@ export default {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
background: blue;
|
|
|
|
background: #4FADFD;
|
|
|
|
padding: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|