详情 结果

This commit is contained in:
shijingjing
2022-03-24 11:02:59 +08:00
parent 314d9217d5
commit 502db1f16d
5 changed files with 40 additions and 3 deletions

View File

@@ -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>