Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5bf66926a4baa539fc4a485854023fbdc9cb605d
Authored by
王强
2021-03-29 11:10:27 +0800
1 parent
7d711b1c
优选库,优选首页兼容性处理,折扣专区、积分商城的title部分设置高度,否则部分手机兼容有问题,会变得非常高~
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/pages/optimization2/optimization2.less
src/pages/optimization2/optimization2.less
View file @
5bf6692
...
...
@@ -34,6 +34,9 @@
34
34
border-radius: 24px;
35
35
overflow: hidden;
36
36
&.shop-list {
37
+ /deep/ .text-bg-title-com {
38
+ height: 76px;
39
+ }
37
40
.header-img-box {
38
41
width: 100%;
39
42
height: 100%;
...
...