File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 32
32
>
33
33
<!-- 右上角的主题、语言选择 -->
34
34
<div
35
- class =" flex items-center justify-between text-white at-2xl:justify-end at-xl:justify-end"
35
+ class =" flex items-center justify-between at-2xl:justify-end at-xl:justify-end"
36
+ style =" color : var (--el-text-color-primary );"
36
37
>
37
38
<div class =" flex items-center at-2xl:hidden at-xl:hidden" >
38
39
<img alt =" " class =" mr-10px h-48px w-48px" src =" @/assets/imgs/logo.png" />
39
- <span class =" text-20px font-bold" >{{ underlineToHump(appStore.getTitle) }}</span >
40
+ <span class =" text-20px font-bold" >{{ underlineToHump(appStore.getTitle) }}</span >
40
41
</div >
41
42
<div class =" flex items-center justify-end space-x-10px h-48px" >
42
43
<ThemeSwitch />
43
- <LocaleDropdown class = " dark:text-white lt-xl:text-white " />
44
+ <LocaleDropdown />
44
45
</div >
45
46
</div >
46
47
<!-- 右边的登录界面 -->
You can’t perform that action at this time.
0 commit comments