4月29日提交

master
rosehan 2 years ago
parent 5885debc42
commit c859da7902
  1. 3
      components/htz-image-upload/htz-image-upload.vue
  2. 6
      static/scss/v-layout.scss

@ -32,13 +32,14 @@
</cover-view>
</video>
</view>
<view v-if="showTips" style="font-size: 20rpx;color: #f12a2a;">请上传不超过5MB格式为png/jpg/jpeg的图片</view>
<view v-if="showTips" class="tip">请上传不超过5MB格式为png/jpg/jpeg的图片</view>
<!-- -->
</view>
</template>
<style>
.tip{font-size: 20rpx;color: #f12a2a;line-height: 40rpx;}
.ceshi {
width: 100%;
height: 100%;

@ -555,6 +555,10 @@ $v-muted: #dddddd;
}
.v-form {
.htz-image-upload-list {
flex-direction: row-reverse;
}
.v-form-item {
position: relative;
padding: 4rpx 40rpx 4rpx 40rpx;
@ -593,7 +597,7 @@ $v-muted: #dddddd;
}
.uni-input {
font-size: 28rpx;
line-height: 72rpx;
line-height: 52rpx;
}
text {

Loading…
Cancel
Save