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
e2d99d7f4fba80e99f6a88224f7d608633551f60
Authored by
zhiyangdu
2020-04-16 13:56:51 +0800
1 parent
9b8c5b74
样式优化
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/shopDatenTop/shopDatenTop.less
src/components/shopDatenTop/shopDatenTop.less
View file @
e2d99d7
...
...
@@ -30,9 +30,9 @@
30
30
overflow: hidden;
31
31
}
32
32
.tag{
33
- height: 28px;
34
- line-height: 28px;
35
- padding: 0 8px;
33
+ //height: 28px;
34
+ //line-height: 28px;
35
+ padding:0 8px;
36
36
border-radius:6px;
37
37
border:1px solid rgba(245,166,35,1);
38
38
font-size:20px;
...
...