修复获取验证码无法点击的问题

This commit is contained in:
TOP糯米 2023-03-31 18:45:29 +08:00
parent fe0d5fa4eb
commit 5830f4e038
2 changed files with 10 additions and 4 deletions

View File

@ -125,14 +125,17 @@ export default {
<style lang="less" scoped>
.common-form-container {
.input-item {
z-index: 5;
position: relative;
}
.get-code {
z-index: 10;
position: absolute;
top: 0;
right: 0;
display: inline-block;
padding: 24rpx 0;
height: 100%;
display: flex;
align-items: center;
.text {
font-size: 28rpx;
color: #999999;

View File

@ -127,14 +127,17 @@ export default {
<style lang="less" scoped>
.common-form-container {
.input-item {
z-index: 5;
position: relative;
}
.get-code {
z-index: 10;
position: absolute;
top: 0;
right: 0;
display: inline-block;
padding: 24rpx 0;
height: 100%;
display: flex;
align-items: center;
.text {
font-size: 28rpx;
color: #999999;