修改按钮颜色
parent
ccac3bcd0c
commit
c0f9c2f72f
|
|
@ -182,7 +182,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view v-if="!isEmpty(comment_input_value)" class="pt-4 flex-row align-c">
|
||||
<button size="mini" type="primary" class="margin-0" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
<button size="mini" type="default" class="margin-0 bg-main cr-white" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
<u-icon propName="layout-module-single-images" propSize="40rpx" propColor="#999"></u-icon>
|
||||
</component-upload>
|
||||
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="primary" class="margin-0" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="default" class="margin-0 bg-main cr-white" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -172,12 +172,12 @@
|
|||
</view>
|
||||
<!-- #ifdef H5 -->
|
||||
<view class="pt-4 flex-row align-c">
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="primary" class="comment-btn" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="default" class="bg-main margin-0 cr-white" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
<!-- #ifndef H5 -->
|
||||
<view v-if="!isEmpty(comment_input_value)" class="pt-4 flex-row align-c">
|
||||
<button size="mini" type="primary" class="margin-0" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
<button size="mini" type="default" class="margin-0 bg-main cr-white" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
<!-- #endif -->
|
||||
</view>
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
<iconfont name="icon-layout-module-single-images" size="40rpx" color="#999"></iconfont>
|
||||
</component-upload>
|
||||
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="primary" class="margin-0" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
<button :disabled="isEmpty(comment_input_value)" size="mini" type="primary" class="margin-0 bg-main cr-white" @tap="send_comment">{{$t('common.send')}}</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue