Browse Source

继续优化细节页面

master
dai 3 years ago
parent
commit
58e46d68a8
  1. 6
      src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue
  2. 4
      src/views/modules/visual/communityParty/community.vue
  3. 6
      src/views/modules/visual/measure/volunteer.vue
  4. 2
      src/views/modules/visual/plugin/power/components/house-dialog.vue

6
src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue

@ -739,14 +739,14 @@ export default {
border-radius: 50%;
}
.card-wr-map {
// height: calc(100vh - 120px);
// height: calc(988px - 120px);
text-align: center;
.card-map {
margin-top: 30px;
width: 100%;
// height: calc(100vh - 285px);
height: calc(100vh - 335px);
// height: calc(988px - 285px);
height: calc(988px - 335px);
padding-left: 20px;
.map {
width: 100%;

4
src/views/modules/visual/communityParty/community.vue

@ -1305,10 +1305,10 @@ export default {
}
}
.table-h {
height: calc(100vh - 630px);
height: calc(988px - 630px);
}
.calc-h {
height: calc(100vh - 240px);
height: calc(988px - 240px);
padding-bottom: 20px;
}
.wd50 {

6
src/views/modules/visual/measure/volunteer.vue

@ -781,14 +781,14 @@ export default {
}
.card-wr-map {
// height: calc(100vh - 120px);
// height: calc(988px - 120px);
text-align: center;
.card-map {
margin-top: 30px;
width: 100%;
// height: calc(100vh - 285px);
height: calc(100vh - 335px);
// height: calc(988px - 285px);
height: calc(988px - 335px);
padding-left: 20px;
.map {
width: 100%;

2
src/views/modules/visual/plugin/power/components/house-dialog.vue

@ -138,7 +138,7 @@ export default {
}
.dialog-bg {
width: 100vw;
height: 100vh;
height: 988px;
position: fixed;
left: 0;
top: 0;

Loading…
Cancel
Save