css
This commit is contained in:
@@ -151,7 +151,7 @@ export default {
|
|||||||
|
|
||||||
::v-deep .u-form {
|
::v-deep .u-form {
|
||||||
.u-form-item {
|
.u-form-item {
|
||||||
padding: 0 45px !important;
|
// padding: 0 45px !important;
|
||||||
|
|
||||||
.u-form-item__body {
|
.u-form-item__body {
|
||||||
.u-form-item--right__content__slot {
|
.u-form-item--right__content__slot {
|
||||||
@@ -191,10 +191,10 @@ export default {
|
|||||||
padding-bottom: 20px !important;
|
padding-bottom: 20px !important;
|
||||||
|
|
||||||
.u-form-item__body {
|
.u-form-item__body {
|
||||||
.default {
|
// .default {
|
||||||
width: 160px;
|
// width: 160px;
|
||||||
height: 160px;
|
// height: 160px;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,6 +79,9 @@ export default {
|
|||||||
uni.$on('showTab', () => {
|
uni.$on('showTab', () => {
|
||||||
this.isTab = true
|
this.isTab = true
|
||||||
})
|
})
|
||||||
|
uni.$on('getListInit', () => {
|
||||||
|
this.refresh = true
|
||||||
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ export default {
|
|||||||
|
|
||||||
::v-deep .u-form {
|
::v-deep .u-form {
|
||||||
.u-form-item {
|
.u-form-item {
|
||||||
padding: 0 45px !important;
|
// padding: 0 45px !important;
|
||||||
|
|
||||||
.u-form-item__body {
|
.u-form-item__body {
|
||||||
.u-form-item--right__content__slot {
|
.u-form-item--right__content__slot {
|
||||||
@@ -210,10 +210,10 @@ export default {
|
|||||||
padding-bottom: 20px !important;
|
padding-bottom: 20px !important;
|
||||||
|
|
||||||
.u-form-item__body {
|
.u-form-item__body {
|
||||||
.default {
|
// .default {
|
||||||
width: 160px;
|
// width: 160px;
|
||||||
height: 160px;
|
// height: 160px;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ uni-page-body {
|
|||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img:nth-child(3n) {
|
img:nth-of-type(3n) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '事件上报'
|
document.title = '事件上报'
|
||||||
|
this.current = 1
|
||||||
|
this.getList()
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user