样式优化
This commit is contained in:
parent
a7292132fd
commit
b00451e50a
|
|
@ -22,7 +22,7 @@
|
|||
</view>
|
||||
<view class="upload-tips">
|
||||
<text>请上传大小不超过200MB格式为png/jpg/jpeg 的文件</text>
|
||||
<text>支持拖动上传和鼠标移入后 Ctrl+V 粘贴上传</text>
|
||||
|
||||
</view>
|
||||
<!-- 图片预览 -->
|
||||
<view class="images-preview" v-if="formData.pictures.length > 0">
|
||||
|
|
@ -54,9 +54,9 @@
|
|||
</view>
|
||||
|
||||
<!-- 客户状态 -->
|
||||
<view class="form-item">
|
||||
<view class="form-item " @click="openStatusPicker">
|
||||
<text class="form-label required">*客户状态</text>
|
||||
<view class="form-input-wrapper" @click="openStatusPicker">
|
||||
<view class="form-input-wrapper" >
|
||||
<input
|
||||
:value="getStatusText(formData.customerStatus)"
|
||||
class="form-input"
|
||||
|
|
@ -69,9 +69,9 @@
|
|||
</view>
|
||||
|
||||
<!-- 意向强度 -->
|
||||
<view class="form-item">
|
||||
<view class="form-item" @click="openIntentLevelPicker">
|
||||
<text class="form-label required">*意向强度</text>
|
||||
<view class="form-input-wrapper" @click="openIntentLevelPicker">
|
||||
<view class="form-input-wrapper" >
|
||||
<input
|
||||
:value="getIntentLevelText(formData.customerIntentLevel)"
|
||||
class="form-input"
|
||||
|
|
@ -84,9 +84,9 @@
|
|||
</view>
|
||||
|
||||
<!-- 跟进方式 -->
|
||||
<view class="form-item">
|
||||
<view class="form-item" @click="openFollowTypePicker">
|
||||
<text class="form-label required">*跟进方式</text>
|
||||
<view class="form-input-wrapper" @click="openFollowTypePicker">
|
||||
<view class="form-input-wrapper" >
|
||||
<input
|
||||
:value="getFollowTypeText(formData.type)"
|
||||
class="form-input"
|
||||
|
|
@ -123,10 +123,7 @@
|
|||
<text class="upload-icon">+</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="upload-tips">
|
||||
<text>请上传大小不超过200MB格式为png/jpg/jpeg/gif/bmp/webp/ico/doc/docx/xls/xlsx/pdf/ppt/pptx/mp3/wav/m4a/ogg/flac/aac/mp4/avi/mov/wmv/flv/mpeg/mpg/m4v/webm/mkv/exe/zip/rar/7z 的文件</text>
|
||||
<text>支持拖动上传和鼠标移入后 Ctrl+V 粘贴上传</text>
|
||||
</view>
|
||||
|
||||
<!-- 文件列表 -->
|
||||
<view class="files-list" v-if="formData.attaches.length > 0">
|
||||
<view
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user