Merge branch 'feature/1.8.0-uniapp' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/1.8.0-uniapp
This commit is contained in:
commit
69c87f8b24
@ -17,4 +17,7 @@ public class AppUserInfoRespVO {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "用户头像", required = true, example = "/infra/file/get/35a12e57-4297-4faa-bf7d-7ed2f211c952")
|
@ApiModelProperty(value = "用户头像", required = true, example = "/infra/file/get/35a12e57-4297-4faa-bf7d-7ed2f211c952")
|
||||||
private String avatar;
|
private String avatar;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "用户手机号", required = true, example = "15601691300")
|
||||||
|
private String mobile;
|
||||||
}
|
}
|
||||||
|
@ -288,24 +288,24 @@ export default {
|
|||||||
|
|
||||||
&.half {
|
&.half {
|
||||||
.prod-item {
|
.prod-item {
|
||||||
width: 346rpx;
|
width: 345rpx;
|
||||||
margin: 10rpx;
|
margin: 10rpx;
|
||||||
.prod-image {
|
.prod-image {
|
||||||
width: 346rpx;
|
width: 345rpx;
|
||||||
height: 346rpx;
|
height: 345rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.prod-item {
|
.prod-item {
|
||||||
width: 224rpx;
|
width: 223rpx;
|
||||||
margin: 10rpx;
|
margin: 10rpx;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
box-shadow: 0rpx 6rpx 8rpx rgba(58,134,185,0.2);
|
box-shadow: 0rpx 6rpx 8rpx rgba(58,134,185,0.2);
|
||||||
.prod-image {
|
.prod-image {
|
||||||
width: 224rpx;
|
width: 223rpx;
|
||||||
height: 224rpx;
|
height: 223rpx;
|
||||||
border-radius: 10rpx 10rpx 0 0;
|
border-radius: 10rpx 10rpx 0 0;
|
||||||
}
|
}
|
||||||
.item-info {
|
.item-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user