Commit bedef5c7 authored by Damon's avatar Damon

perf: 选择物料复选框增大

parent 1b5aa4f7
<template> <template>
<view class="u-flex parts"> <view class="u-flex parts">
<view class="u-flex left" v-if="showChecked"> <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>
<view class="u-flex right"> <view class="u-flex right">
<view class="right-img"> <view class="right-img">
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
padding: 30rpx 10rpx; padding: 30rpx 10rpx;
border-bottom: 1px solid #F4F5F7; border-bottom: 1px solid #F4F5F7;
.left { .left {
width: 60rpx; width: 80rpx;
justify-content: center;
} }
.right { .right {
flex: 1; 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