zs пре 2 година
родитељ
комит
dd3c285945
1 измењених фајлова са 2 додато и 6 уклоњено
  1. 2 6
      pagesMessage/message/components/submit_1.vue

+ 2 - 6
pagesMessage/message/components/submit_1.vue

@@ -3,8 +3,8 @@
 		<view class="submit">
 			<view class="submit-chat">
 				<!-- 文本框 -->
-				<textarea auto-height="true" fixed="true" class="chat-send btn" @confirm="inputs" @focus="focus"
-					v-model="msg"></textarea>
+				<textarea disable-default-padding="true" auto-height="true" fixed="true" class="btn" @confirm="inputs"
+					@focus="focus" v-model="msg"></textarea>
 				<view class="bt-img" @tap="more">
 					<text class="iconfont icon-gengduoneirong"></text>
 				</view>
@@ -102,7 +102,6 @@
 </script>
 
 <style lang="scss" scoped>
-
 	.displaynone {
 		display: none;
 	}
@@ -127,9 +126,6 @@
 			margin: 0 10rpx;
 		}
 
-		.chat-send {
-			line-height: 44rpx;
-		}
 	}
 
 	.more {