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;
|
display: flex;
|
||||||
margin-left: -1px; /* hack for flex space */
|
margin-left: -1px; /* hack for flex space */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-right: 16px;
|
margin-left: -16px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-image: linear-gradient(45deg, #ff6868, #ff8c8c);
|
background-image: linear-gradient(45deg, #ff6868, #ff8c8c);
|
||||||
@ -158,7 +158,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
max-width: 90px;
|
|
||||||
@mixin ellipsis;
|
@mixin ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user