css
This commit is contained in:
@@ -145,10 +145,12 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
uni-page-body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.HealthDetail {
|
.HealthDetail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// padding-bottom: 120px;
|
background: #f5f5f5 !important;
|
||||||
background: #f3f6f9;
|
|
||||||
.top {
|
.top {
|
||||||
.templates {
|
.templates {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
|
||||||
|
this.$forceUpdate()
|
||||||
|
|
||||||
this.total = res.data.total
|
this.total = res.data.total
|
||||||
this.pages = res.data.pages
|
this.pages = res.data.pages
|
||||||
|
|||||||
Reference in New Issue
Block a user