Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wxcp_app into dev
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
v-if="item.phone"> -->
|
v-if="item.phone"> -->
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-flex">
|
<div class="info-flex" v-if="form.girdMemberManageList && !form.girdMemberManageList.length && !form.girdMemberList.length">
|
||||||
<span class="label">管辖家庭</span>
|
<span class="label">管辖家庭</span>
|
||||||
<span class="value">{{ form.residentNum || 0 }}户</span>
|
<span class="value">{{ form.residentNum || 0 }}户</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -289,8 +289,8 @@
|
|||||||
|
|
||||||
.info {
|
.info {
|
||||||
.info-group {
|
.info-group {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 10px;
|
||||||
padding: 0 32px;
|
padding: 0 32px 20px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|||||||
@@ -200,13 +200,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
height: 8px;
|
height: 10px;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle,
|
.middle,
|
||||||
.bottom {
|
.bottom {
|
||||||
padding: 0 32px;
|
padding: 0 32px 20px;
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
height: 108px;
|
height: 108px;
|
||||||
|
|||||||
Reference in New Issue
Block a user