Browse Source

tiaozheng

dev
tianq 3 years ago
parent
commit
7d28c45d0c
  1. 1
      src/views/modules/census/census-houseList.vue
  2. 39
      src/views/modules/census/census-nineList.vue
  3. 41
      src/views/modules/census/census-residentList.vue
  4. 42
      src/views/modules/communityParty/dyhx/party.vue

1
src/views/modules/census/census-houseList.vue

@ -818,6 +818,7 @@ export default {
} }
} }
} }
//
.legend2 { .legend2 {
// display: flex; // display: flex;
// flex-flow: row wrap; // flex-flow: row wrap;

39
src/views/modules/census/census-nineList.vue

@ -546,7 +546,8 @@ export default {
cursor: pointer; cursor: pointer;
min-width: 100px; min-width: 100px;
display: flex; display: flex;
margin-bottom: 30px; margin-top: 10px;
margin-bottom: 10px;
margin-right: 25px; margin-right: 25px;
width: 160px; width: 160px;
.kuai { .kuai {
@ -574,43 +575,7 @@ export default {
} }
} }
} }
.legend2 {
// display: flex;
// flex-flow: row wrap;
.legend-row {
width: 100%;
display: flex;
margin-bottom: 16px;
.kuai {
margin-right: 10px;
border-radius: 4px;
img {
width: 40px;
height: 40px;
}
}
.content {
display: flex;
align-items: center;
.name {
font-size: 14px;
color: #999;
width: 60px;
}
.num {
font-size: 16px;
font-weight: bold;
display: inline-block;
}
.unit {
font-size: 16px;
display: inline-block;
margin-left: 7px;
}
}
}
}
.btnSearch { .btnSearch {
width: 100px; width: 100px;
height: 36px; height: 36px;

41
src/views/modules/census/census-residentList.vue

@ -758,7 +758,8 @@ export default {
cursor: pointer; cursor: pointer;
min-width: 100px; min-width: 100px;
display: flex; display: flex;
margin-bottom: 30px; margin-top: 10px;
margin-bottom: 10px;
margin-right: 25px; margin-right: 25px;
width: 160px; width: 160px;
.kuai { .kuai {
@ -786,45 +787,7 @@ export default {
} }
} }
} }
.legend2 {
// display: flex;
// flex-flow: row wrap;
.legend-row {
cursor: pointer;
width: 100%;
display: flex;
margin-bottom: 16px;
width: 160px;
.kuai {
margin-right: 10px;
border-radius: 4px;
img {
width: 40px;
height: 40px;
}
}
.content {
display: flex;
align-items: center;
.name {
font-size: 14px;
color: #999;
width: 60px;
}
.num {
font-size: 16px;
font-weight: bold;
display: inline-block;
}
.unit {
font-size: 16px;
display: inline-block;
margin-left: 7px;
}
}
}
}
.btnSearch { .btnSearch {
width: 100px; width: 100px;
height: 36px; height: 36px;

42
src/views/modules/communityParty/dyhx/party.vue

@ -7,7 +7,6 @@
<el-cascader <el-cascader
class="customer_cascader" class="customer_cascader"
ref="myCascader" ref="myCascader"
clearable
v-model="formData.orgId" v-model="formData.orgId"
:options="orgOptions" :options="orgOptions"
:props="orgOptionProps" :props="orgOptionProps"
@ -897,7 +896,8 @@ export default {
cursor: pointer; cursor: pointer;
min-width: 100px; min-width: 100px;
display: flex; display: flex;
margin-bottom: 30px; margin-top: 10px;
margin-bottom: 10px;
margin-right: 25px; margin-right: 25px;
width: 160px; width: 160px;
.kuai { .kuai {
@ -925,45 +925,7 @@ export default {
} }
} }
} }
.legend2 {
// display: flex;
// flex-flow: row wrap;
.legend-row {
cursor: pointer;
width: 100%;
display: flex;
margin-bottom: 16px;
width: 160px;
.kuai {
margin-right: 10px;
border-radius: 4px;
img {
width: 40px;
height: 40px;
}
}
.content {
display: flex;
align-items: center;
.name {
font-size: 14px;
color: #999;
width: 60px;
}
.num {
font-size: 16px;
font-weight: bold;
display: inline-block;
}
.unit {
font-size: 16px;
display: inline-block;
margin-left: 7px;
}
}
}
}
.btnSearch { .btnSearch {
width: 100px; width: 100px;
height: 36px; height: 36px;

Loading…
Cancel
Save