Commit f6dc31cd128f054cdd9e260bb8d66009b388a6fd
1 parent
591c7af4
1.辅助空白的自定义高度不变化的bug优化
Showing
2 changed files
with
1 additions
and
2 deletions
components/diy_assist/diy_assist.wxml
1 | -<view class='assist' style='height:{{object.height}}rpx;background-color:{{object.bgcolor}}'></view> | ||
2 | \ No newline at end of file | 1 | \ No newline at end of file |
2 | +<view class='assist' style='height:{{object.height*2}}rpx;background-color:{{object.bgcolor}}'></view> | ||
3 | \ No newline at end of file | 3 | \ No newline at end of file |