删除多余文件
This commit is contained in:
@@ -1,119 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="orgDetail">
|
|
||||||
<div class="title">
|
|
||||||
<span>管理局/什么部门</span>
|
|
||||||
<i>共72人</i>
|
|
||||||
</div>
|
|
||||||
<div class="list">
|
|
||||||
<div class="user-item">
|
|
||||||
<div class="left">
|
|
||||||
<img src="./img/user-img.png" alt="">
|
|
||||||
</div>
|
|
||||||
<div class="right">
|
|
||||||
<p>王一一 (13303256321)</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="item">
|
|
||||||
<div class="left">
|
|
||||||
<img src="./img/gird--select-icon.png" alt="">
|
|
||||||
<span>曼城去应急管理处曼城</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import {mapState} from 'vuex'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: "orgDetail",
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
|
|
||||||
}
|
|
||||||
},
|
|
||||||
computed: {...mapState(['user'])},
|
|
||||||
created() {
|
|
||||||
},
|
|
||||||
onShow() {
|
|
||||||
document.title = '组织详情'
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
|
|
||||||
},
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.orgDetail {
|
|
||||||
.list{
|
|
||||||
padding-left: 32px;
|
|
||||||
background-color: #fff;
|
|
||||||
margin-top: 16px;
|
|
||||||
.item{
|
|
||||||
padding: 34px 32px 34px 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
.left{
|
|
||||||
width: 100%;
|
|
||||||
img{
|
|
||||||
width: 56px;
|
|
||||||
height: 56px;
|
|
||||||
vertical-align: bottom;
|
|
||||||
margin-right: 14px;
|
|
||||||
}
|
|
||||||
span{
|
|
||||||
display: inline-block;
|
|
||||||
width: calc(100% - 70px);
|
|
||||||
word-break: break-all;
|
|
||||||
line-height: 44px;
|
|
||||||
font-size: 30px;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.user-item{
|
|
||||||
padding: 34px 32px 34px 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
display: flex;
|
|
||||||
.left{
|
|
||||||
width: 70px;
|
|
||||||
img{
|
|
||||||
width: 56px;
|
|
||||||
height: 56px;
|
|
||||||
vertical-align: bottom;
|
|
||||||
margin-right: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.right{
|
|
||||||
width: calc(100% - 70px);
|
|
||||||
p{
|
|
||||||
line-height: 44px;
|
|
||||||
font-size: 30px;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.title{
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
font-size: 32px;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 44px;
|
|
||||||
color: #333;
|
|
||||||
font-family: PingFangSC-Regular, PingFang SC;
|
|
||||||
padding: 32px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
background-color: #fff;
|
|
||||||
i{
|
|
||||||
font-style: normal;
|
|
||||||
padding-right: 32px;
|
|
||||||
font-size: 28px;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user