优化
This commit is contained in:
@ -387,9 +387,9 @@
|
||||
})
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
onLoad(options) {
|
||||
// uni.showLoading()
|
||||
this.siteId = this.$route.query.siteId || ''
|
||||
this.siteId = options.siteId || ''
|
||||
this.getStackList()
|
||||
this.getTableData(true)
|
||||
}
|
||||
@ -455,6 +455,7 @@
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 20rpx 30rpx;
|
||||
font-weight: 700;
|
||||
font-size: 28rpx;
|
||||
position: relative;
|
||||
color: #333;
|
||||
|
||||
@ -462,6 +463,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 20rpx;
|
||||
font-size: 26rpx;
|
||||
transform: translateY(-50%);
|
||||
background-color: #4c7af3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user