mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] CouponList text max-width (#675)
This commit is contained in:
parent
0482558471
commit
b3fe1a0953
@ -139,7 +139,7 @@
|
||||
display: flex;
|
||||
margin-left: -1px; /* hack for flex space */
|
||||
text-align: center;
|
||||
padding-right: 16px;
|
||||
margin-left: -16px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-image: linear-gradient(45deg, #ff6868, #ff8c8c);
|
||||
@ -158,7 +158,6 @@
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
max-width: 90px;
|
||||
@mixin ellipsis;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user