Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cea07e06
authored
2024-04-19 16:11:32 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
49edb3c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
src/layout/components/Sidebar/Logo.vue
src/views/login/index.vue
src/layout/components/Sidebar/Logo.vue
View file @
cea07e0
...
...
@@ -2,11 +2,11 @@
<div
class=
"sidebar-logo-container"
:class=
"
{ 'collapse': collapse }" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition
name=
"sidebarLogoFade"
>
<div
v-if=
"collapse"
key=
"collapse"
class=
"sidebar-logo-link"
>
<img
v-if=
"logo"
:src=
"logoIco"
class=
"sidebar-logo"
style=
"height: 50px"
>
<h1
v-else
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
<!--
<img
v-if=
"logo"
:src=
"logoIco"
class=
"sidebar-logo"
style=
"height: 50px"
>
--
>
<h1
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
</div>
<div
v-else
key=
"expand"
class=
"sidebar-logo-link"
>
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
>
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
>
--
>
<!--
<h1
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
-->
</div>
</transition>
...
...
@@ -15,8 +15,6 @@
<
script
setup
>
import
variables
from
'@/assets/styles/variables.module.scss'
import
logo
from
'@/assets/logo/logo@2x.png'
// import logoIco from '@/assets/logo/ico.png'
import
useSettingsStore
from
'@/store/modules/settings'
defineProps
({
...
...
src/views/login/index.vue
View file @
cea07e0
...
...
@@ -2,7 +2,6 @@
<div
class=
"login"
>
<el-row
:inline=
"true"
justify=
"space-between"
class=
"title"
>
<div
class=
"imgBox"
>
<!--
<img
class=
"img"
src=
"@/assets/images/logo@2x.png"
alt=
""
>
-->
</div>
<div
class=
"title-right"
>
<router-link
to=
"login"
class=
"tilt-btn"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment