优化lease选择地址页面表单样式
This commit is contained in:
parent
c08d860d58
commit
a2057c93a5
|
|
@ -131,7 +131,7 @@ export default {
|
||||||
flex: 3;
|
flex: 3;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 80rpx;
|
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
@ -140,7 +140,6 @@ export default {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 56rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.address-text {
|
.address-text {
|
||||||
|
|
@ -159,8 +158,8 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 48rpx;
|
width: 42rpx;
|
||||||
height: 48rpx;
|
height: 42rpx;
|
||||||
background: #f15a04;
|
background: #f15a04;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-left: 16rpx;
|
margin-left: 16rpx;
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ const ENV_CONFIG = {
|
||||||
develop: {
|
develop: {
|
||||||
// 开发环境
|
// 开发环境
|
||||||
// baseUrl: 'http://192.168.2.13:4601',
|
// baseUrl: 'http://192.168.2.13:4601',
|
||||||
baseUrl: 'http://192.168.2.13:4601',
|
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
||||||
appId: 1,
|
appId: 1,
|
||||||
},
|
},
|
||||||
trial: {
|
trial: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user