Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
ccb18b24
authored
2025-08-04 14:24:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页
1 parent
f5167a3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
src/layoutPc/components/AppHeader.vue
src/layoutPc/components/AppHeader.vue
View file @
ccb18b2
...
...
@@ -119,7 +119,7 @@
<span
v-if=
"language==0"
:class=
"language==0?'active':''"
@
click=
"changeLanguage(0)"
>
中文
</span>
<span
v-else
:class=
"language==0?'active':''"
@
click=
"changeLanguage(0)"
>
CN
</span>
|
<span
:class=
"language==1?'
active
':''"
@
click=
"changeLanguage(1)"
>
EN
</span>
<span
:class=
"language==1?'
f
':''"
@
click=
"changeLanguage(1)"
>
EN
</span>
</div>
<el-icon
color=
"#453DEA"
size=
"30"
@
click=
"closeDrawer"
>
...
...
@@ -437,6 +437,11 @@ function getCode() {
}
}
.active
{
color
:
#fff
;
border-bottom
:
2px
solid
#fff
;
}
@media
(
max-width
:
1675px
)
{
.search
{
display
:
none
;
...
...
@@ -494,9 +499,6 @@ function getCode() {
}
}
.active
{
color
:
#fff
;
border-bottom
:
2px
solid
#fff
;
}
</
style
>
...
...
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