Commit f6dc31cd128f054cdd9e260bb8d66009b388a6fd

Authored by yvan.ni
1 parent 591c7af4

1.辅助空白的自定义高度不变化的bug优化

components/diy_assist/diy_assist.wxml
1   -<view class='assist' style='height:{{object.height}}rpx;background-color:{{object.bgcolor}}'></view>
2 1 \ No newline at end of file
  2 +<view class='assist' style='height:{{object.height*2}}rpx;background-color:{{object.bgcolor}}'></view>
3 3 \ No newline at end of file
... ...
components/diy_assist/diy_assist.wxss
1 1 .assist{
2 2 width: 100%;
3   - min-height:90rpx;
4 3 /*border:1px solid #00F;*/
5 4 }
6 5 \ No newline at end of file
... ...