优化问题

This commit is contained in:
duan
2024-07-19 18:23:38 +08:00
parent 7a3f337eb8
commit 2f182c9b39
3 changed files with 21 additions and 6 deletions

View File

@@ -27,9 +27,10 @@
<view class="onecontentboxitemtext">
手机号
</view>
<button class="onecontentboxiteminput" style="background-color: #fff;border: none;!important"
open-type="getPhoneNumber" @getphonenumber="getPhone">{{phonetitle}} </button>
<!-- <input class="onecontentboxiteminput" disabled v-model="userInfo.telephone" type="text"
<button class="onecontentboxiteminput buttonstyle"
style="background-color: #fff;border: none;!important" open-type="getPhoneNumber"
@getphonenumber="getPhone">{{phonetitle}} </button>
<!-- <input class="onecontentboxiteminput" disabled v-model="phonetitle" type="text"
placeholder="请输入手机号"> -->
</view>
</view>
@@ -233,6 +234,12 @@
color: #999999;
height: 100%;
}
.buttonstyle {
.buttonstyle:after {
border: none;
}
}
}
}
@@ -261,4 +268,9 @@
border-radius: 100%;
}
}
</style>
<style>
.buttonstyle:after {
border: none;
}
</style>