Browse Source

房屋画像,居民画像,党员画像超出滚动显示

yantai_master
mk 1 year ago
parent
commit
49c9764d44
  1. 2
      src/views/modules/census/census-houseList.vue
  2. 2
      src/views/modules/census/census-residentList.vue
  3. 2
      src/views/modules/communityParty/dyhx/party.vue

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

@ -790,6 +790,8 @@ export default {
.legend {
display: flex;
flex-flow: row wrap;
height: 252px;
overflow-y: auto;
.legend-row {
cursor: pointer;
min-width: 100px;

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

@ -759,6 +759,8 @@ export default {
.legend {
display: flex;
flex-flow: row wrap;
height: 252px;
overflow-y: auto;
.legend-row {
cursor: pointer;
min-width: 100px;

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

@ -809,6 +809,8 @@ export default {
.legend {
display: flex;
flex-flow: row wrap;
height: 252px;
overflow-y: scroll;
.legend-row {
cursor: pointer;
min-width: 100px;

Loading…
Cancel
Save