From beb361d60cf7dfc62d7bf726112941e8ab75b052 Mon Sep 17 00:00:00 2001
From: fengachen <373943794@qq.com>
Date: Fri, 7 Jan 2022 09:52:30 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=8A=A5?=
=?UTF-8?q?=E5=90=8D=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/signUp/SignUpEntrance.vue | 8 +++++---
src/views/signUp/SignUpPage.vue | 8 ++++++--
2 files changed, 11 insertions(+), 5 deletions(-)
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