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
5030fe9d
authored
2025-08-07 16:05:30 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
世锦赛
1 parent
bb839498
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
src/viewsPc/about/operation.vue
src/viewsPc/about/operation.vue
View file @
5030fe9
...
...
@@ -20,26 +20,14 @@
</el-link>
</div>
<div
class=
"content"
>
<div
class=
"content
Box
"
>
<div
v-html=
"content"
></div>
</div>
{{
content
}}
</div>
</el-col>
</el-row>
</el-card>
<div
v-if=
"false"
class=
"indexTitle"
>
<h3
class=
"leftboderTT"
>
{{
language
==
0
?
'联系我们'
:
'CONTACT US'
}}
</h3>
</div>
<div
v-if=
"false"
class=
"mapBox mb20"
>
<div
class=
"content"
>
<div
v-for=
"(item,index) in contact"
:class=
"index==0?'phone':index==1?'address':'email'"
>
<h4>
{{
language
==
1
?
item
.
ename
:
item
.
name
}}
</h4>
<p>
{{
language
==
0
?
item
.
value
:
item
.
evalue
}}
</p>
</div>
</div>
</div>
</div>
<div
style=
"height: 50px"
></div>
...
...
@@ -69,11 +57,12 @@ onMounted(() => {
const
getMenuList
=
()
=>
{
getppInfo
(
'10000005'
).
then
(
res
=>
{
debugger
if
(
language
.
value
==
0
)
{
content
.
value
=
res
.
data
.
contextZh
fileList
.
value
=
JSON
.
parse
(
res
.
data
.
fileZh
)
}
else
{
content
.
value
=
res
.
data
.
contextE
h
content
.
value
=
res
.
data
.
contextE
n
fileList
.
value
=
JSON
.
parse
(
res
.
data
.
fileEn
)
}
})
...
...
@@ -88,6 +77,16 @@ const getMenuList = () => {
margin-bottom
:
10px
;
}
:deep
(
.contentBox
)
{
max-width
:
1000px
;
img
{
width
:
100%
!important
;
max-width
:
100%
!important
;
height
:
auto
!important
;
}
}
.leftNav
{
ul
{
border-right
:
2px
solid
#E5E5E5
;
...
...
@@ -182,6 +181,7 @@ const getMenuList = () => {
margin
:
auto
;
}
div
{
padding-left
:
60px
;
}
...
...
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