wylyl22 3 years ago
parent 9e8ffbbeed
commit e87c34242d

@ -19,8 +19,8 @@ export default function histogram(dx = [], ds = [], color1 = '', direction = tru
type: 'inside', type: 'inside',
show: false, show: false,
start: 0, start: 0,
end:30 , end:40 ,
handleSize: 30 handleSize: 20
}]:[{ }]:[{
type:"inside", type:"inside",
show:false, show:false,

@ -38,5 +38,5 @@
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
align-content: center; align-content: center;
height: 80rpx; height: 100rpx;
} }
Loading…
Cancel
Save