详情 结果
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div class="detail">
|
||||
详情
|
||||
<div class="userInfo">
|
||||
<div class="user-phone"></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -10,12 +12,23 @@ export default {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods() {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
document.title = "风险预警"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.detail {
|
||||
|
||||
.userInfo {
|
||||
.user-phone {
|
||||
height: 136px;
|
||||
line-height: 136px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user