5030fe9d by zhangmeng

世锦赛

1 parent bb839498
......@@ -20,26 +20,14 @@
</el-link>
</div>
<div class="content">
<div class="contentBox">
<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.contextEh
content.value = res.data.contextEn
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;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!