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
4cb0c01e33803fb22bc37f1abecbc2f3fb02a325
Authored by
zhiyangdu
2022-09-22 14:08:32 +0800
1 parent
07ae936b
样式兼容
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/cardTabs/cardTabs.less
src/components/cardTabs/cardTabs.less
View file @
4cb0c01
...
...
@@ -24,7 +24,9 @@
24
24
color: #999999 !important;
25
25
margin-right: 20px;
26
26
display: -webkit-box;
27
+ /*! autoprefixer: off */
27
28
-webkit-box-orient: vertical;
29
+ /*! autoprefixer: on */
28
30
-webkit-line-clamp: 1;
29
31
overflow: hidden;
30
32
text-align: center;
...
...