| | |
| | | <div class="person-box"> |
| | | <div class="title"> |
| | | <div> |
| | | <span |
| | | class="peopleTap" |
| | | :class="{ choosed: peopletype == 0 }" |
| | | @click="peopleTabClick(0)" |
| | | >现有人员</span>/ |
| | | <span |
| | | class="peopleTap" |
| | | :class="{ choosed: peopletype == 1 }" |
| | | @click="peopleTabClick(1)" |
| | | >重点人员</span> |
| | | <span class="peopleTap" :class="{ choosed: peopletype == 0 }" |
| | | @click="peopleTabClick(0)">现有人员</span>/ |
| | | <span class="peopleTap" :class="{ choosed: peopletype == 1 }" @click="peopleTabClick(1)">重点人员</span> |
| | | </div> |
| | | <div> |
| | | 共 |
| | |
| | | </div> |
| | | </div> |
| | | <div id="PersonEcharts" class="echarts-box"></div> |
| | | <div |
| | | class="back" |
| | | title="返回上一级" |
| | | v-show="dataDeep == 2 && peopletype == 0" |
| | | @click="backBegin" |
| | | ></div> |
| | | <div class="back" title="返回上一级" v-show="dataDeep == 2 && peopletype == 0" @click="backBegin"></div> |
| | | </div> |
| | | <div class="house-box"> |
| | | <div class="title">现有房屋</div> |
| | |
| | | height: 100%; |
| | | |
| | | .person-box { |
| | | height: 35%; |
| | | height: 300px; |
| | | |
| | | .peopleTap { |
| | | color: rgb(98, 95, 95); |
| | |
| | | } |
| | | } |
| | | |
| | | .house-box { |
| | | flex: 1; |
| | | } |
| | | |
| | | .land-box { |
| | | height: 310px; |
| | | height: 300px; |
| | | } |
| | | |
| | | .person-box, |
| | | .house-box, |
| | | .land-box { |
| | | margin: 8px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | background: $bg-color; |
| | | |
| | | .title::after { |
| | | content: ''; |
| | |
| | | text-align: left; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | font-size: 20px; |
| | | font-size: 16px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | background-image: linear-gradient(to right, #2e4aba, #010d3e); |
| | |
| | | color: #fff; |
| | | } |
| | | |
| | | & > div:nth-of-type(2) { |
| | | &>div:nth-of-type(2) { |
| | | font-size: 14px; |
| | | } |
| | | } |
| | |
| | | border: 1px solid rgba(20, 50, 123, 1); |
| | | cursor: pointer; |
| | | |
| | | & > div { |
| | | &>div { |
| | | height: 26px; |
| | | line-height: 26px; |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .house-box { |
| | | flex: 1; |
| | | margin-top: 0; |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | :deep(.el-table__body-wrapper) { |
| | | overflow-x: hidden !important; |
| | | } |