39429b3a by zhangmeng

世锦赛

1 parent 6beb5c54
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
23 <div class="contentBox"> 23 <div class="contentBox">
24 <div v-html="content"></div> 24 <div v-html="content"></div>
25 </div> 25 </div>
26 {{ content }}
27 </div> 26 </div>
28 </el-col> 27 </el-col>
29 </el-row> 28 </el-row>
...@@ -57,7 +56,6 @@ onMounted(() => { ...@@ -57,7 +56,6 @@ onMounted(() => {
57 const getMenuList = () => { 56 const getMenuList = () => {
58 57
59 getppInfo('10000005').then(res => { 58 getppInfo('10000005').then(res => {
60 debugger
61 if (language.value == 0) { 59 if (language.value == 0) {
62 content.value = res.data.contextZh 60 content.value = res.data.contextZh
63 fileList.value = JSON.parse(res.data.fileZh) 61 fileList.value = JSON.parse(res.data.fileZh)
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 type="inside" @success="codeSuccess"></Vcode> 47 type="inside" @success="codeSuccess"></Vcode>
48 </div> 48 </div>
49 49
50 <div class="son" style="position: absolute;top: -40px; width: 380px;right: 0;line-height: 1.1"> 50 <div class="tip">
51 Please click "Send" to receive the verification code via email, then enter the code below. 51 Please click "Send" to receive the verification code via email, then enter the code below.
52 </div> 52 </div>
53 </el-form-item> 53 </el-form-item>
...@@ -247,22 +247,4 @@ function close() { ...@@ -247,22 +247,4 @@ function close() {
247 color: #fff !important; 247 color: #fff !important;
248 248
249 } 249 }
250
251 .son {
252 position: absolute;
253 top: -40px;
254 width: 380px;
255 right: 0;
256 line-height: 1.1
257 }
258
259 @media (max-width: 750px) {
260 .son {
261 position: absolute;
262 top: -50px !important;
263 width: 270px !important;
264 right: 0;
265 line-height: 1.1
266 }
267 }
268 </style> 250 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!