修改护理打卡图片上传拉大

master
qsj 2 years ago
parent 1f4f7d3ab8
commit b0f96cce8f

@ -674,6 +674,8 @@ page {
.img { .img {
position: relative; position: relative;
margin-right: 35rpx; margin-right: 35rpx;
width: 180rpx;
height: 180rpx;
.closeImg { .closeImg {
position: absolute; position: absolute;
top: 10rpx; top: 10rpx;
@ -698,8 +700,8 @@ page {
} }
} }
.showImg { .showImg {
width: 180rpx; width: 100% !important;
height: 180rpx; height: 100% !important;
border-radius: 20rpx; border-radius: 20rpx;
} }
} }

@ -709,6 +709,7 @@ export default class Recording extends Component<any, any> {
className="showImg" className="showImg"
src={require("../../img/clock_in_upload/add-image.png")} src={require("../../img/clock_in_upload/add-image.png")}
mode="widthFix" mode="widthFix"
></Image> ></Image>
</View> </View>
)} )}

Loading…
Cancel
Save