39429b3a by zhangmeng

世锦赛

1 parent 6beb5c54
......@@ -23,7 +23,6 @@
<div class="contentBox">
<div v-html="content"></div>
</div>
{{ content }}
</div>
</el-col>
</el-row>
......@@ -57,7 +56,6 @@ onMounted(() => {
const getMenuList = () => {
getppInfo('10000005').then(res => {
debugger
if (language.value == 0) {
content.value = res.data.contextZh
fileList.value = JSON.parse(res.data.fileZh)
......
......@@ -47,7 +47,7 @@
type="inside" @success="codeSuccess"></Vcode>
</div>
<div class="son" style="position: absolute;top: -40px; width: 380px;right: 0;line-height: 1.1">
<div class="tip">
Please click "Send" to receive the verification code via email, then enter the code below.
</div>
</el-form-item>
......@@ -247,22 +247,4 @@ function close() {
color: #fff !important;
}
.son {
position: absolute;
top: -40px;
width: 380px;
right: 0;
line-height: 1.1
}
@media (max-width: 750px) {
.son {
position: absolute;
top: -50px !important;
width: 270px !important;
right: 0;
line-height: 1.1
}
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!