diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue
index 4044d2c..71ddef9 100644
--- a/src/views/signUp/SignUpEntrance.vue
+++ b/src/views/signUp/SignUpEntrance.vue
@@ -44,13 +44,13 @@
- {{ currentMeetingInfo.meetingContent }}
+ {{ currentMeetingInfo.meetingContent }}
- {{ currentMeetingInfo.remark }}
+ {{ currentMeetingInfo.remark }}
@@ -317,5 +317,7 @@ export default {
width: 140px;
height: 140px;
}
-
+.word-beak {
+ word-break: break-all;
+}
\ No newline at end of file
diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue
index 14e1573..fb5da03 100644
--- a/src/views/signUp/SignUpPage.vue
+++ b/src/views/signUp/SignUpPage.vue
@@ -54,7 +54,7 @@
- {{ currentMeetingInfo.meetingContent }}
+ {{ currentMeetingInfo.meetingContent }}
@@ -76,7 +76,7 @@
- {{ currentMeetingInfo.remark }}
+ {{ currentMeetingInfo.remark }}
@@ -838,4 +838,8 @@ export default {
text-align: center;
margin-bottom: 10px;
}
+
+.word-beak {
+ word-break: break-all;
+}
\ No newline at end of file