优化lease选择地址页面表单样式

This commit is contained in:
WindowBird 2025-09-04 09:18:38 +08:00
parent c08d860d58
commit a2057c93a5
2 changed files with 4 additions and 5 deletions

View File

@ -131,7 +131,7 @@ export default {
flex: 3;
display: flex;
align-items: center;
min-height: 80rpx;
padding: 0 20rpx;
border-radius: 12rpx;
background: #fff;
@ -140,7 +140,6 @@ export default {
flex: 1;
display: flex;
align-items: center;
min-height: 56rpx;
}
.address-text {
@ -159,8 +158,8 @@ export default {
display: flex;
align-items: center;
justify-content: center;
width: 48rpx;
height: 48rpx;
width: 42rpx;
height: 42rpx;
background: #f15a04;
border-radius: 50%;
margin-left: 16rpx;

View File

@ -19,7 +19,7 @@ const ENV_CONFIG = {
develop: {
// 开发环境
// baseUrl: 'http://192.168.2.13:4601',
baseUrl: 'http://192.168.2.13:4601',
baseUrl: 'https://chu.chuangtewl.com/prod-api',
appId: 1,
},
trial: {