Commit f8e90b5b authored by Damon's avatar Damon

Merge branch 'dev-1.5.3' into test

parents 6f5c3119 bedef5c7
<template>
<view class="u-flex parts">
<view class="u-flex left" v-if="showChecked">
<u-checkbox v-model="info.checked" @change="selectChange" shape="circle" width="30rpx"></u-checkbox>
<u-checkbox v-model="info.checked" @change="selectChange" shape="circle" size="40"></u-checkbox>
</view>
<view class="u-flex right">
<view class="right-img">
......@@ -80,7 +80,8 @@
padding: 30rpx 10rpx;
border-bottom: 1px solid #F4F5F7;
.left {
width: 60rpx;
width: 80rpx;
justify-content: center;
}
.right {
flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment