This commit is contained in:
liuye
2023-05-11 11:23:51 +08:00
parent a5ffbd8f95
commit cfd8a4a314
5 changed files with 16 additions and 12 deletions

View File

@@ -151,7 +151,7 @@ export default {
::v-deep .u-form {
.u-form-item {
padding: 0 45px !important;
// padding: 0 45px !important;
.u-form-item__body {
.u-form-item--right__content__slot {
@@ -191,10 +191,10 @@ export default {
padding-bottom: 20px !important;
.u-form-item__body {
.default {
width: 160px;
height: 160px;
}
// .default {
// width: 160px;
// height: 160px;
// }
}
}
}

View File

@@ -79,6 +79,9 @@ export default {
uni.$on('showTab', () => {
this.isTab = true
})
uni.$on('getListInit', () => {
this.refresh = true
})
},
onReachBottom() {

View File

@@ -170,7 +170,7 @@ export default {
::v-deep .u-form {
.u-form-item {
padding: 0 45px !important;
// padding: 0 45px !important;
.u-form-item__body {
.u-form-item--right__content__slot {
@@ -210,10 +210,10 @@ export default {
padding-bottom: 20px !important;
.u-form-item__body {
.default {
width: 160px;
height: 160px;
}
// .default {
// width: 160px;
// height: 160px;
// }
}
}
}

View File

@@ -321,7 +321,7 @@ uni-page-body {
margin-right: 8px;
}
img:nth-child(3n) {
img:nth-of-type(3n) {
margin-right: 0;
}
}

View File

@@ -97,7 +97,8 @@ export default {
},
onShow() {
document.title = '事件上报'
this.current = 1
this.getList()
},
created() {
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {