diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 73af5c97..3194f8ee 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/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); diff --git a/src/views/modules/visual/communityParty/memberInfo.vue b/src/views/modules/visual/communityParty/memberInfo.vue index 55041b78..ed06439a 100644 --- a/src/views/modules/visual/communityParty/memberInfo.vue +++ b/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; diff --git a/src/views/modules/visual/communityParty/unitInfo.vue b/src/views/modules/visual/communityParty/unitInfo.vue index 75ff68ca..8ee4c9ea 100644 --- a/src/views/modules/visual/communityParty/unitInfo.vue +++ b/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;