Commit 119ad12a authored by zhengke's avatar zhengke

修改

parent 5408aa75
......@@ -249,7 +249,7 @@
}
.jz_GuestList .form-items:last-child {
margin-bottom: 0;
padding-bottom: 6rpx;
padding-bottom: 0;
}
.jz_TextArea {
height: 50px;
......@@ -340,19 +340,16 @@
/>
</view>
</view>
<view class="form-items">
<view class="form-items" style="margin-top:-5px;">
<view class="label">学生</view>
<view class="val" style="margin-top: -20rpx">
<!-- <u-checkbox-group>
<u-checkbox v-model="subItem.IsHightSchool"></u-checkbox>
</u-checkbox-group> -->
<checkbox-group @change="changecheckbox($event, subIndex, subItem)">
<view class="val">
<!-- <checkbox-group @change="changecheckbox($event, subIndex, subItem)">
<checkbox
:value="subItem.IsHightSchool"
:checked="subItem.IsHightSchool"
/>
</checkbox-group>
</checkbox-group> -->
<u-switch v-model="subItem.IsHightSchool" size="30" active-value="1" inactive-value="2"></u-switch>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment