uniapp input样式修改
parent
4a3d8a01c3
commit
79a37da568
|
@ -217,6 +217,11 @@ import store from '@/store/index';
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .u-form-item__body__right__message{
|
||||||
|
margin-top: 10rpx;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.phone-money {
|
.phone-money {
|
||||||
|
|
Loading…
Reference in New Issue