@@ -103,6 +103,7 @@ export default {
.post('/cleaningInfo/create', {
targetId: this.roomInfo.roomId,
cleaningType: 'ROOM',
+ content: this.content,
images: this.imagesList
})
.then(res => {
@@ -284,7 +284,7 @@ export default {
}
.time {
- font-size: 12px;
+ font-size: 13px;
font-weight: normal;
color: #aaacad;
line-height: 18px;
@@ -318,8 +318,8 @@ export default {
// width: 100%;
padding-left: 20px;
img {
- width: 182px;
- height: 54px;
+ width: 200px;
+ height: 60px;
margin: 60px 0 30px;