6beb5c54 by zhangmeng

世锦赛

1 parent 5030fe9d
......@@ -70,10 +70,16 @@
</el-dialog>
</div>
<div class="operation" @click="handelOperation">{{ language == 0 ? '操作手册' : 'Website Operation Manual' }}
<el-icon>
<Download/>
</el-icon>
<div class="operation" @click="handelOperation">
<div>
<img alt="" src="@/assets/pc/icon.png">
</div>
<div class="text">
{{ language == 0 ? '操作手册' : 'Website Manual' }}
<!-- <el-icon>-->
<!-- <Download/>-->
<!-- </el-icon>-->
</div>
</div>
<dialog-master-class ref="masterClassRef"/>
<pick-up ref="pickupRef"></pick-up>
......@@ -171,6 +177,32 @@ function handelOperation() {
z-index: 99;
}
.operation {
position: fixed;
right: 0;
top: 500px;
color: #fff;
cursor: pointer;
background: #fff;
border-radius: 10px 0 0 10px;
box-shadow: 0 2px 8px #aaa;
padding: 10px 8px;
text-align: center;
img {
margin: 0 auto;
}
.text {
font-family: FZJunHeiS-B-GB;
font-weight: 600;
font-size: 17px;
background: linear-gradient(0deg, #8226FC 0%, #483BEB 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
@media screen and (max-width: 768px) {
:deep(.zn-Box .zn-btn) {
margin-top: 10px;
......@@ -190,15 +222,5 @@ function handelOperation() {
}
}
.operation {
position: fixed;
right: 0;
top: 580px;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
border-radius: 50px;
padding: 10px 20px;
cursor: pointer;
}
</style>
......
......@@ -28,7 +28,8 @@
review, payment bills, visa invitation letters, etc.
</div>
</el-form-item>
<el-form-item :label="language==0?'验证码':'Code'" required>
<el-form-item :label="language==0?'验证码':'Code'" required style="position: relative">
<el-input v-model="form.code">
<template #append>
<el-button class="codeBtn" plain style="width: 110px" type="primary" @click="sendsmsMsg">
......@@ -45,6 +46,10 @@
<Vcode :failText="failVcode" :show="isShow" :slider-text="sliderText" :successText="successVcode"
type="inside" @success="codeSuccess"></Vcode>
</div>
<div class="son" style="position: absolute;top: -40px; width: 380px;right: 0;line-height: 1.1">
Please click "Send" to receive the verification code via email, then enter the code below.
</div>
</el-form-item>
<el-form-item :label="language==0?'协会':'Association'">
<el-select v-model="form.associationCode" :placeholder="language==0?'请选择':'Please select'" filterable>
......@@ -242,4 +247,22 @@ 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>
......
......@@ -85,9 +85,9 @@ export default defineConfig(({mode, command}) => {
'/dev-api': {
// target: 'http://192.168.1.118:8082/',
// target: 'http://192.168.1.131:8081/',
target: 'https://tk005.wxjylt.com/stage-api',
// target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!