Commit ff8c81b3 by 刘海龙

111

parent b7701372
......@@ -7,7 +7,6 @@
<body style="background: #F9F9F9;">
<div class="app" id="app">
<div class="Jiazcy">
<div>哈哈哈哈</div>
<div class="cylist">
<volist name="list" id="v">
<div class="list" id="lrow-{$v['uid']}">
......
......@@ -13,8 +13,8 @@
<input class="listBd" v-model="form.familyid" @change="checkId" placeholder="请输入家族ID" type="text"/>
</div>
<div class="btnBox">
<button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit">
<div class="btnBox" style="padding-bottom: 10px;">
<button type="button" :class="[isSubmit ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSubmit" style="border: none;">
申请加入
</button>
</div>
......
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