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
67c08943
authored
2025-07-06 09:14:22 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
国旗
1 parent
dfaca9ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
src/viewsPc/index_en.vue
src/viewsPc/index_en.vue
View file @
67c0894
...
...
@@ -165,7 +165,11 @@
<el-table-column
label=
"COUNTRY"
min-width=
"200"
>
<
template
#
default=
"scope"
>
<div>
<span
:class=
"`flag-icon flag-icon-$
{scope.row.code}`" />
<!--
<span
:class=
"`flag-icon flag-icon-$
{scope.row.code}`" />-->
<span
v-if=
"scope.row.code!='tw'"
:class=
"`flag-icon flag-icon-$
{scope.row.code}`" />
<span
v-else
class=
"flag-icon"
>
<img
:src=
"hkImage"
alt=
""
class=
"hkimg"
>
</span>
{{
language
==
0
?
scope
.
row
.
name
:
scope
.
row
.
enName
}}
</div>
</
template
>
...
...
@@ -432,6 +436,7 @@ import AffixInvitation from '/@/viewsPc/match/components/affix-invitation.vue'
import
{
useStorage
}
from
'@vueuse/core/index'
import
useUserStore
from
'/@/store/modules/user'
import
clubImage
from
'@/assets/logo/club.png'
import
hkImage
from
'/@/assets/nationalFlag/hk.png'
const
language
=
useStorage
(
'language'
,
0
)
...
...
@@ -1376,4 +1381,11 @@ function applyInvitation() {
top
:
40%
;
}
.hkimg
{
width
:
19px
;
height
:
14px
;
position
:
absolute
;
top
:
0
;
}
</
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