فهرست منبع

fix: 调整部分功能模块

wenxingxing 20 ساعت پیش
والد
کامیت
2f14790ee5
2فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 3 0
      pages/course/components/newCommentList.vue
  2. 2 2
      pages/course/info.vue

+ 3 - 0
pages/course/components/newCommentList.vue

@@ -79,6 +79,9 @@ export default {
 	font-size: 32rpx;
 	color: #222222;
 	line-height: 44rpx;
+	word-break: break-all !important;
+	white-space: pre-line !important;
+	overflow-wrap: break-word !important;
 }
 
 .emptyCourse {

+ 2 - 2
pages/course/info.vue

@@ -286,7 +286,7 @@
 			<input type="text" v-model="inputComment" placeholder="发表我的态度" :maxlength="50" class="input-box"
 				confirm-type="send" @confirm="sendCommentMsg" />
 			<view class="send-btn" @click="sendCommentMsg">发送</view>
-			<view class="icon-btn" @tap="openShare">
+			<view v-if="false" class="icon-btn" @tap="openShare">
 				<image src="/static/image/hall/share_icon.png" mode="aspectFill"></image>
 				<text>分享</text>
 			</view>
@@ -3437,7 +3437,7 @@ export default {
 		text-align: center;
 		color: #FFFFFF;
 		line-height: 96rpx;
-		margin-right: 25rpx;
+		// margin-right: 25rpx;
 	}
 
 	.icon-btn {