wkw il y a 6 mois
Parent
commit
a59bd6c73f

+ 1 - 0
src/views/enterpriseList/info.vue

@@ -449,6 +449,7 @@
 			font-size: 15px;
 			margin: 20px 0;
 			line-height: 42px;
+			white-space: pre-wrap;
 		}
 
 		.introduce-box-r {

+ 3 - 4
src/views/message/index.vue

@@ -80,15 +80,14 @@
 									</div>
 								</div>
 							</div>
-							<div class="content-l-box-item-r">
+							<div class="content-l-box-item-r" style="flex-shrink: 0;">
 								{{item.messageTime?getMonthOrDay(item.messageTime):''}}
-								<div class="flex justify-end" style="margin-top: 5px;">
+								<!-- <div class="flex justify-end" style="margin-top: 5px;">
 									<div v-if="item.contentCount"
 										class="content-l-box-item-r-dian flex align-center justify-center">
 										{{item.contentCount}}
 									</div>
-								</div>
-
+								</div> -->
 							</div>
 						</div>
 					</div>

+ 1 - 0
src/views/post/postInfo.vue

@@ -703,6 +703,7 @@
 		.postJs-box-content {
 			font-size: 16px;
 			color: #666666;
+			white-space: pre-wrap;
 		}
 	}