diff --git a/packages/community/applyOwer/index.vue b/packages/community/applyOwer/index.vue
index df7144d8..74e1d26f 100644
--- a/packages/community/applyOwer/index.vue
+++ b/packages/community/applyOwer/index.vue
@@ -39,7 +39,7 @@
身份
-
+
@@ -54,6 +54,7 @@
+
diff --git a/packages/community/chooseMsg/index.css b/packages/community/chooseMsg/index.css
index c7e9a32e..0a56e0fe 100644
--- a/packages/community/chooseMsg/index.css
+++ b/packages/community/chooseMsg/index.css
@@ -44,6 +44,7 @@ image {
flex: 1;
display: flex;
align-items: center;
+ justify-content: space-between;
}
.communityItem_msg_title {
@@ -61,11 +62,13 @@ image {
-webkit-line-clamp: 2;
margin-top: 20rpx;
}
-
+.communityItem_msg_box{
+ flex: 1;
+}
.communityItem_msg_more {
- width: 16rpx;
- height: 30rpx;
- margin-left: 110rpx;
+ width: 28rpx;
+ height: 28rpx;
+ margin-left: 94rpx;
}
.addBtn {
diff --git a/packages/community/chooseMsg/index.vue b/packages/community/chooseMsg/index.vue
index 4d36c8b9..e37d5087 100644
--- a/packages/community/chooseMsg/index.vue
+++ b/packages/community/chooseMsg/index.vue
@@ -12,7 +12,7 @@