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 \ 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
components/diy_assist/diy_assist.wxss
1 .assist{ 1 .assist{
2 width: 100%; 2 width: 100%;
3 - min-height:90rpx;  
4 /*border:1px solid #00F;*/ 3 /*border:1px solid #00F;*/
5 } 4 }
6 \ No newline at end of file 5 \ No newline at end of file