wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f6dc31cd128f054cdd9e260bb8d66009b388a6fd
Authored by
yvan.ni
2020-07-30 09:58:44 +0800
1 parent
591c7af4
1.辅助空白的自定义高度不变化的bug优化
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
components/diy_assist/diy_assist.wxml
components/diy_assist/diy_assist.wxss
components/diy_assist/diy_assist.wxml
View file @
f6dc31c
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
View file @
f6dc31c
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
...
...