f9ffd321 by zhangmeng

样式1

1 parent 31fefc39
......@@ -172,6 +172,8 @@
</el-button>
<span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox">
<br v-if="language == 1">
<br v-if="language == 1">
<el-checkbox
v-model="checked"
:label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'"
......@@ -911,7 +913,7 @@ function handelInsurance() {
.father {
position: relative;
height: 50px;
height: 85px;
}
.checkbox {
......
......@@ -183,6 +183,8 @@
</el-button>
<span v-if="language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1" class="checkbox">
<br v-if="language == 1">
<br v-if="language == 1">
<el-checkbox
v-model="checked"
:label="language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'"
......@@ -1085,7 +1087,7 @@ function handelInsurance() {
.father {
position: relative;
height: 60px;
height: 85px;
}
.checkbox {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!