diff --git a/packages/community/applyOwer/index.vue b/packages/community/applyOwer/index.vue
index 810786c2..0e8294dc 100644
--- a/packages/community/applyOwer/index.vue
+++ b/packages/community/applyOwer/index.vue
@@ -37,7 +37,7 @@
身份
-
+
@@ -50,6 +50,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 77f03b5a..43176910 100644
--- a/packages/community/chooseMsg/index.vue
+++ b/packages/community/chooseMsg/index.vue
@@ -6,13 +6,13 @@