|
|
@@ -47,11 +47,11 @@
|
|
|
</tui-list-cell>
|
|
|
</div>
|
|
|
|
|
|
- <div class="module-com gift-wrap input-line-wrap">
|
|
|
+ <div class="module-com">
|
|
|
|
|
|
- <tui-list-cell class="line-cell" :hover="false" v-show="showCardInfo">
|
|
|
+ <tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">贺卡内容</div>
|
|
|
- <textarea v-model="form.cardInfo" placeholder-class="phcolor" placeholder-style="color:#ccc" class="tui-input textarea-input" name="cardInfo" style="width:100%;" placeholder="请填写" :adjust-position="false" :cursor-spacing="0" :auto-height="false" :disable-default-padding="true" :show-confirm-bar="false" />
|
|
|
+ <textarea v-model="form.cardInfo" placeholder-class="phcolor" placeholder-style="color:#ccc" class="tui-input textarea-input" name="cardInfo" placeholder="请填写" :adjust-position="false" :cursor-spacing="0" :auto-height="false" :disable-default-padding="true" :show-confirm-bar="false" />
|
|
|
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -64,10 +64,7 @@
|
|
|
</checkbox-group>
|
|
|
</div>
|
|
|
</tui-list-cell>
|
|
|
- <!-- </block> -->
|
|
|
- </div>
|
|
|
- <!-- 备注 -->
|
|
|
- <div class="module-com remark-wrap">
|
|
|
+
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title">备注内容</div>
|
|
|
<textarea v-model="form.remark" placeholder-class="phcolor" placeholder-style="color:#ccc" class="tui-input textarea-input" name="remark" placeholder="选填,不要贺卡这里备注" :adjust-position="false" :cursor-spacing="0" :auto-height="false" :disable-default-padding="true" :show-confirm-bar="false" />
|
|
|
@@ -105,7 +102,6 @@ export default {
|
|
|
return {
|
|
|
region: [],
|
|
|
showRegion: false,
|
|
|
- showCardInfo:true,
|
|
|
form: {
|
|
|
receiveUserName: "", // 收花人姓名;到店自提的姓名
|
|
|
receiveMobile: "", // 收花人手机;到店自提的电话;
|
|
|
@@ -280,10 +276,10 @@ export default {
|
|
|
margin: 0 !important;
|
|
|
|
|
|
/* 固定高度和行高,防止浮动 */
|
|
|
- height: 88upx !important;
|
|
|
- max-height: 88upx !important;
|
|
|
- min-height: 88upx !important;
|
|
|
- line-height: 88upx !important;
|
|
|
+ height: 44upx !important;
|
|
|
+ max-height: 44upx !important;
|
|
|
+ min-height: 44upx !important;
|
|
|
+ line-height: 44upx !important;
|
|
|
|
|
|
/* 字体样式保持一致 */
|
|
|
font-size: 28upx !important;
|