Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
de5cda9e
authored
Aug 24, 2024
by
爱摸鱼的阿恒
Committed by
GitHub
Aug 24, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: 移动端浅色模式下标题语言颜色异常
parent
c32e03b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/views/Login/Login.vue
+4
-3
No files found.
src/views/Login/Login.vue
View file @
de5cda9e
...
...
@@ -32,15 +32,16 @@
>
<!-- 右上角的主题、语言选择 -->
<div
class=
"flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end"
class=
"flex items-center justify-between at-2xl:justify-end at-xl:justify-end"
style=
"color: var(--el-text-color-primary);"
>
<div
class=
"flex items-center at-2xl:hidden at-xl:hidden"
>
<img
alt=
""
class=
"mr-10px h-48px w-48px"
src=
"@/assets/imgs/logo.png"
/>
<span
class=
"text-20px font-bold"
>
{{
underlineToHump
(
appStore
.
getTitle
)
}}
</span>
<span
class=
"text-20px font-bold"
>
{{
underlineToHump
(
appStore
.
getTitle
)
}}
</span>
</div>
<div
class=
"flex items-center justify-end space-x-10px h-48px"
>
<ThemeSwitch
/>
<LocaleDropdown
class=
"dark:text-white lt-xl:text-white"
/>
<LocaleDropdown
/>
</div>
</div>
<!-- 右边的登录界面 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment