forked from floraachy/xiuos_IoT
change logo
This commit is contained in:
parent
71594aa028
commit
d365fc8667
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
|
@ -3,7 +3,7 @@
|
|||
<transition name="sidebarLogoFade">
|
||||
<router-link key="collapse" class="sidebar-logo-link" to="/">
|
||||
<div>
|
||||
<img src="@/assets/images/sidebarLogo2.png" class="sidebar-logo">
|
||||
<img src="@/assets/images/sidebarLogo.png" class="sidebar-logo">
|
||||
</div>
|
||||
<p class="sidebar-title">人机物融合的泛在计算平台</p>
|
||||
<!-- <p class="sidebar-title">后台管理系统</p> -->
|
||||
|
|
|
@ -522,7 +522,7 @@ export default {
|
|||
methods: {
|
||||
resize() {
|
||||
const heightMinus = Math.abs(document.body.clientHeight - 920)
|
||||
this.paddingTop = 130 + (heightMinus - 80) / 2
|
||||
this.paddingTop = 120 + heightMinus / 3
|
||||
},
|
||||
guid() {
|
||||
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
|
||||
|
|
Loading…
Reference in New Issue