提交代码
parent
c50bf055e7
commit
e14279f876
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
|
@ -2,13 +2,13 @@
|
|||
<div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
|
||||
<transition name="sidebarLogoFade">
|
||||
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
|
||||
<img v-if="logo" src="logo/logo.png" class="sidebar-logo" style="width: 80%;margin-top: 10px;"/>
|
||||
<img v-if="logo" src="logo/logoc.png" class="sidebar-logo" style="width: 80%;margin-top: 10px;"/>
|
||||
<!--
|
||||
<h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
|
||||
-->
|
||||
</router-link>
|
||||
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
|
||||
<img v-if="logo" src="logo/logo.png" class="sidebar-logo" style="width: 80%;margin-top: 10px;"/>
|
||||
<img v-if="logo" src="logo/logoc.png" class="sidebar-logo" style="width: 80%;margin-top: 10px;"/>
|
||||
<!--
|
||||
<h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
|
||||
-->
|
||||
|
@ -18,7 +18,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import logoImg from '@/assets/logo/logo.png'
|
||||
import logoImg from '@/assets/logo/logoc.png'
|
||||
import variables from '@/assets/styles/variables.scss'
|
||||
|
||||
export default {
|
||||
|
|
|
@ -156,7 +156,7 @@ import {
|
|||
import { makeUpJs } from '@/utils/generator/js'
|
||||
import { makeUpCss } from '@/utils/generator/css'
|
||||
import drawingDefault from '@/utils/generator/drawingDefalut'
|
||||
import logo from '@/assets/logo/logo.png'
|
||||
import logo from '@/assets/logo/logoc.png'
|
||||
import CodeTypeDialog from './CodeTypeDialog'
|
||||
import DraggableItem from './DraggableItem'
|
||||
import {
|
||||
|
|
Loading…
Reference in New Issue