样式1
Showing
2 changed files
with
6 additions
and
2 deletions
| ... | @@ -172,6 +172,8 @@ | ... | @@ -172,6 +172,8 @@ |
| 172 | </el-button> | 172 | </el-button> |
| 173 | 173 | ||
| 174 | <span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox"> | 174 | <span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox"> |
| 175 | <br v-if="language == 1"> | ||
| 176 | <br v-if="language == 1"> | ||
| 175 | <el-checkbox | 177 | <el-checkbox |
| 176 | v-model="checked" | 178 | v-model="checked" |
| 177 | :label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'" | 179 | :label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'" |
| ... | @@ -911,7 +913,7 @@ function handelInsurance() { | ... | @@ -911,7 +913,7 @@ function handelInsurance() { |
| 911 | 913 | ||
| 912 | .father { | 914 | .father { |
| 913 | position: relative; | 915 | position: relative; |
| 914 | height: 50px; | 916 | height: 85px; |
| 915 | } | 917 | } |
| 916 | 918 | ||
| 917 | .checkbox { | 919 | .checkbox { | ... | ... |
| ... | @@ -183,6 +183,8 @@ | ... | @@ -183,6 +183,8 @@ |
| 183 | </el-button> | 183 | </el-button> |
| 184 | 184 | ||
| 185 | <span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox"> | 185 | <span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox"> |
| 186 | <br v-if="language == 1"> | ||
| 187 | <br v-if="language == 1"> | ||
| 186 | <el-checkbox | 188 | <el-checkbox |
| 187 | v-model="checked" | 189 | v-model="checked" |
| 188 | :label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'" | 190 | :label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'" |
| ... | @@ -1085,7 +1087,7 @@ function handelInsurance() { | ... | @@ -1085,7 +1087,7 @@ function handelInsurance() { |
| 1085 | 1087 | ||
| 1086 | .father { | 1088 | .father { |
| 1087 | position: relative; | 1089 | position: relative; |
| 1088 | height: 60px; | 1090 | height: 85px; |
| 1089 | } | 1091 | } |
| 1090 | 1092 | ||
| 1091 | .checkbox { | 1093 | .checkbox { | ... | ... |
-
Please register or sign in to post a comment