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
2c9297e6a041787d8a7019d4fc8efbcdb9373a7f
Authored by
zhiyangdu
2020-04-01 10:59:34 +0800
1 parent
55d10724
解决菜单列表头部滑不回去问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/horizList/horizList.less
src/components/horizList/horizList.less
View file @
2c9297e
...
...
@@ -22,7 +22,7 @@
22
22
padding-bottom: 22px;
23
23
> .box {
24
24
display: flex;
25
-
justify-content: space-around;
25
+
//
justify-content: space-around;
26
26
align-items: center;
27
27
.item-box {
28
28
// display: inline-flex;
...
...