|
@@ -91,7 +91,7 @@
|
|
|
v-model="params.address"
|
|
|
placeholder="详细地址:如道路、门牌号、小区等"
|
|
|
placeholder-class="placeholder"
|
|
|
- maxlength="35"
|
|
|
+ maxlength="500"
|
|
|
@input="onTextareaInput"
|
|
|
@blur="hideTextareaFocus"
|
|
|
:class="isShowInput ? '' : ''"
|
|
@@ -317,7 +317,7 @@
|
|
|
<view class="form-label">机构地址</view>
|
|
|
<view class="form-input">{{ clubInfo.provincialAddress }}</view>
|
|
|
</view>
|
|
|
- <view class="main-form-item">
|
|
|
+ <view class="main-form-item none">
|
|
|
<view class="form-textarea">{{ clubInfo.address }}</view>
|
|
|
</view>
|
|
|
<view class="main-form-item">
|
|
@@ -952,14 +952,15 @@ page {
|
|
|
}
|
|
|
}
|
|
|
&.textarea {
|
|
|
- height: 142rpx;
|
|
|
+ height: 200rpx;
|
|
|
.textarea {
|
|
|
width: 100%;
|
|
|
- height: 142rpx;
|
|
|
+ height: 200rpx;
|
|
|
box-sizing: border-box;
|
|
|
font-size: $font-size-28;
|
|
|
color: $text-color;
|
|
|
z-index: 1;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
.textarea.hide {
|
|
|
opacity: 0;
|