Sfoglia il codice sorgente

Merge branch 'master' of http://gogs.efunbox.cn:3000/LImengbo/efunbox-schedule-miniApps

Limengbo 7 anni fa
parent
commit
6cb75421b7
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      pages/index/index.wxss
  2. 1 1
      pages/input_content/input_content.wxml

+ 1 - 1
pages/index/index.wxss

@@ -60,7 +60,7 @@
 
 .LV {
   position: absolute;
-  right:100rpx;
+  right:40rpx;
   top:110rpx;
   font-size: 24rpx;
 }

+ 1 - 1
pages/input_content/input_content.wxml

@@ -5,7 +5,7 @@
         <text bindtap="send">发送</text>
     </view>
     <view class="write">
-        <textarea class='shareArea' placeholder="写点什么..." bindinput="bindKeyInput"/>
+        <textarea class='shareArea' maxlength='-1' placeholder="写点什么..." bindinput="bindKeyInput"/>
         <view wx:if="{{type == 2}}">
             <block wx:for="{{tempFilePath}}" wx:key="{{index}}">
                 <image class="minImg" mode='aspectFill' src="{{item}}" bindtap="listenerButtonPreviewImage" data-index="{{index}}"/>