|
@@ -168,12 +168,12 @@
|
|
|
<uni-forms-item label="" name="prodName" label-width="0">
|
|
|
<text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;">*</text><text>产品名称:</text>
|
|
|
<uni-easyinput maxlength="50" type="text" :clearable="false" v-model="item.prodName"
|
|
|
- placeholder="*请输入产品名称" />
|
|
|
+ placeholder="请输入产品名称" />
|
|
|
</uni-forms-item>
|
|
|
<uni-forms-item label="" name="prodSpec" label-width="0">
|
|
|
<text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;">*</text><text>产品型号:</text>
|
|
|
<uni-easyinput maxlength="100" type="text" :clearable="false" v-model="item.prodSpec"
|
|
|
- placeholder="*请输入产品型号" />
|
|
|
+ placeholder="请输入产品型号" />
|
|
|
</uni-forms-item>
|
|
|
<uni-forms-item label="" name="prodDesc">
|
|
|
<text style="line-height: 30px;vertical-align: middle;">产品介绍:</text>
|
|
@@ -255,9 +255,9 @@
|
|
|
<view class="tn-flex justify-content-item">
|
|
|
<view class="tn-text-center"
|
|
|
style="border-radius: 100rpx;margin-right: 8rpx;width: 45rpx;height: 45rpx;line-height: 45rpx;">
|
|
|
- <text class="tn-icon-image" style="font-size: 30rpx;"></text>
|
|
|
+ <text class="tn-icon-image" style="font-size: 20px;"></text>
|
|
|
</view>
|
|
|
- <view class="tn-text-lg tn-padding-right-xs tn-text-bold">上传其他图片(选填)</view>
|
|
|
+ <view class="tn-padding-right-xs tn-text-bold" style="font-size: 16px;">上传图片(选填)</view>
|
|
|
</view>
|
|
|
<!-- <view class="justify-content-item tn-text-df tn-color-grey" @tap="clear">
|
|
|
<text class="tn-padding-xs">清空上传</text>
|
|
@@ -287,13 +287,13 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="tn-flex tn-flex-row-between tn-flex-col-center tn-margin tn-padding-top-xs" v-if="stepIndex==3">
|
|
|
+ <view class="tn-flex tn-flex-row-between tn-flex-col-center tn-margin tn-padding-top-xs" style="margin-top:32px" v-if="stepIndex==3">
|
|
|
<view class="tn-flex justify-content-item">
|
|
|
<view class="tn-text-center"
|
|
|
style="border-radius: 100rpx;margin-right: 8rpx;width: 45rpx;height: 45rpx;line-height: 45rpx;">
|
|
|
- <text class="tn-icon-link" style="font-size: 30rpx;"></text>
|
|
|
+ <text class="tn-icon-link" style="font-size: 20px;"></text>
|
|
|
</view>
|
|
|
- <view class="tn-text-lg tn-padding-right-xs tn-text-bold">上传相关文件(选填)</view>
|
|
|
+ <view class="tn-padding-right-xs tn-text-bold" style="font-size: 16px;">上传相关文件(选填)</view>
|
|
|
</view>
|
|
|
<!-- <view class="justify-content-item tn-text-df tn-color-grey" @tap="clear">
|
|
|
<text class="tn-padding-xs">清空上传</text>
|
|
@@ -326,7 +326,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view label="11" name="check" style="padding:16px;marging-top:20px" v-if="stepIndex==3">
|
|
|
+ <view label="11" name="check" style="padding:16px;margin-top:20px" v-if="stepIndex==3">
|
|
|
<uni-data-checkbox :multiple="true" v-model="formInfo.agree" selectedColor="#01BEFF"
|
|
|
:localdata="[{text: '同意平台核查所填信息的真实性',value: '是'}]" />
|
|
|
</view>
|