mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Step: fit small screen
This commit is contained in:
parent
2c3b48ffcd
commit
2ef74bd236
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 1px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
.van-step__title {
|
.van-step__title {
|
||||||
@ -54,6 +54,10 @@
|
|||||||
transform: translate3d(-50%, 0, 0);
|
transform: translate3d(-50%, 0, 0);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
|
||||||
|
@media(max-width: 321px) {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-step__line {
|
.van-step__line {
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
.van-steps__items {
|
.van-steps__items {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 22px;
|
padding-bottom: 22px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user