修复获取验证码无法点击的问题
This commit is contained in:
parent
0ff7096ffd
commit
cc22cacd4b
|
@ -125,14 +125,17 @@ export default {
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.common-form-container {
|
.common-form-container {
|
||||||
.input-item {
|
.input-item {
|
||||||
|
z-index: 5;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.get-code {
|
.get-code {
|
||||||
|
z-index: 10;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: inline-block;
|
height: 100%;
|
||||||
padding: 24rpx 0;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.text {
|
.text {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
|
|
@ -129,14 +129,17 @@ export default {
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.common-form-container {
|
.common-form-container {
|
||||||
.input-item {
|
.input-item {
|
||||||
|
z-index: 5;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.get-code {
|
.get-code {
|
||||||
|
z-index: 10;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: inline-block;
|
height: 100%;
|
||||||
padding: 24rpx 0;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.text {
|
.text {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
|
Loading…
Reference in New Issue