65c68843 by zhangmeng

手机布局

1 parent 08159503
......@@ -167,7 +167,10 @@
</div>
<div class="text-center mt20 father">
<el-button class="btn-lineG w200px" round type="primary" @click="submitForm()">
<el-button
class="btn-lineG w200px" round style="position: relative ; z-index: 99;" type="primary"
@click="submitForm"
>
{{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }}
</el-button>
......@@ -416,7 +419,7 @@ function getSignInfoList() {
}
function submitForm(n) {
function submitForm() {
if (signInfoList.value.length == 0) {
if (language.value == 0) {
ElMessage.warning('请至少选择一个项目')
......@@ -954,7 +957,7 @@ function checkedChange(v) {
position: absolute;
right: 0%;
text-align: left;
font-size: 14px;
font-size: 12px;
span {
color: #453DEA;
......
......@@ -182,10 +182,16 @@
/>
<zu-table v-else :list="zuTableList" @delete="removeThis" />
<div class="text-center mt20 father">
<el-button class="w200px" plain round type="primary" @click="goPrev()">
<el-button
class="w200px" plain round style="position: relative ;z-index: 99" type="primary"
@click="goPrev()"
>
{{ language == 0 ? "上一步" : 'Go back' }}
</el-button>
<el-button class="btn-lineG w200px" round type="primary" @click="submitForm()">
<el-button
class="btn-lineG w200px" round style="position: relative ;z-index: 99" type="primary"
@click="submitForm()"
>
{{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
</el-button>
......@@ -1157,7 +1163,7 @@ function checkedChange(v) {
position: absolute;
right: 0%;
text-align: left;
font-size: 14px;
font-size: 12px;
span {
color: #453DEA;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!