手机布局
Showing
2 changed files
with
15 additions
and
6 deletions
| ... | @@ -167,7 +167,10 @@ | ... | @@ -167,7 +167,10 @@ |
| 167 | </div> | 167 | </div> |
| 168 | 168 | ||
| 169 | <div class="text-center mt20 father"> | 169 | <div class="text-center mt20 father"> |
| 170 | <el-button class="btn-lineG w200px" round type="primary" @click="submitForm()"> | 170 | <el-button |
| 171 | class="btn-lineG w200px" round style="position: relative ; z-index: 99;" type="primary" | ||
| 172 | @click="submitForm" | ||
| 173 | > | ||
| 171 | {{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }} | 174 | {{ language == 0 ? '预览报名信息' : 'Preview Registration Information' }} |
| 172 | </el-button> | 175 | </el-button> |
| 173 | 176 | ||
| ... | @@ -416,7 +419,7 @@ function getSignInfoList() { | ... | @@ -416,7 +419,7 @@ function getSignInfoList() { |
| 416 | } | 419 | } |
| 417 | 420 | ||
| 418 | 421 | ||
| 419 | function submitForm(n) { | 422 | function submitForm() { |
| 420 | if (signInfoList.value.length == 0) { | 423 | if (signInfoList.value.length == 0) { |
| 421 | if (language.value == 0) { | 424 | if (language.value == 0) { |
| 422 | ElMessage.warning('请至少选择一个项目') | 425 | ElMessage.warning('请至少选择一个项目') |
| ... | @@ -954,7 +957,7 @@ function checkedChange(v) { | ... | @@ -954,7 +957,7 @@ function checkedChange(v) { |
| 954 | position: absolute; | 957 | position: absolute; |
| 955 | right: 0%; | 958 | right: 0%; |
| 956 | text-align: left; | 959 | text-align: left; |
| 957 | font-size: 14px; | 960 | font-size: 12px; |
| 958 | 961 | ||
| 959 | span { | 962 | span { |
| 960 | color: #453DEA; | 963 | color: #453DEA; | ... | ... |
| ... | @@ -182,10 +182,16 @@ | ... | @@ -182,10 +182,16 @@ |
| 182 | /> | 182 | /> |
| 183 | <zu-table v-else :list="zuTableList" @delete="removeThis" /> | 183 | <zu-table v-else :list="zuTableList" @delete="removeThis" /> |
| 184 | <div class="text-center mt20 father"> | 184 | <div class="text-center mt20 father"> |
| 185 | <el-button class="w200px" plain round type="primary" @click="goPrev()"> | 185 | <el-button |
| 186 | class="w200px" plain round style="position: relative ;z-index: 99" type="primary" | ||
| 187 | @click="goPrev()" | ||
| 188 | > | ||
| 186 | {{ language == 0 ? "上一步" : 'Go back' }} | 189 | {{ language == 0 ? "上一步" : 'Go back' }} |
| 187 | </el-button> | 190 | </el-button> |
| 188 | <el-button class="btn-lineG w200px" round type="primary" @click="submitForm()"> | 191 | <el-button |
| 192 | class="btn-lineG w200px" round style="position: relative ;z-index: 99" type="primary" | ||
| 193 | @click="submitForm()" | ||
| 194 | > | ||
| 189 | {{ language == 0 ? '预览报名信息' : 'Preview registration information' }} | 195 | {{ language == 0 ? '预览报名信息' : 'Preview registration information' }} |
| 190 | </el-button> | 196 | </el-button> |
| 191 | 197 | ||
| ... | @@ -1157,7 +1163,7 @@ function checkedChange(v) { | ... | @@ -1157,7 +1163,7 @@ function checkedChange(v) { |
| 1157 | position: absolute; | 1163 | position: absolute; |
| 1158 | right: 0%; | 1164 | right: 0%; |
| 1159 | text-align: left; | 1165 | text-align: left; |
| 1160 | font-size: 14px; | 1166 | font-size: 12px; |
| 1161 | 1167 | ||
| 1162 | span { | 1168 | span { |
| 1163 | color: #453DEA; | 1169 | color: #453DEA; | ... | ... |
-
Please register or sign in to post a comment