Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
42b895c733
  1. 2
      src/views/modules/visual/communityParty/community.vue
  2. 1
      src/views/modules/visual/communityParty/memberInfo.vue
  3. 1
      src/views/modules/visual/communityParty/unitInfo.vue

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

@ -1255,7 +1255,7 @@ export default {
}
}
.table-h {
height: 360px;
height: 320px;
}
.calc-h {
height: calc(100vh - 240px);

1
src/views/modules/visual/communityParty/memberInfo.vue

@ -228,6 +228,7 @@ export default {
overflow: auto;
.left-item {
padding: 10px 0;
border-right: 1px dashed #1257c9;
cursor: pointer;
.item-title {
font-size: 16px;

1
src/views/modules/visual/communityParty/unitInfo.vue

@ -234,6 +234,7 @@ export default {
overflow: auto;
.left-item {
padding: 10px 0;
border-bottom: 1px dashed #1257c9;
cursor: pointer;
.item-title {
font-size: 16px;

Loading…
Cancel
Save