mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] SubmitBar: inherit wrong font size (#857)
This commit is contained in:
@@ -19,24 +19,24 @@
|
||||
&__bar {
|
||||
height: 50px;
|
||||
display: flex;
|
||||
line-height: 50px;
|
||||
font-size: 16px;
|
||||
align-items: center;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
&__price {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
&__price-text {
|
||||
font-size: 15px;
|
||||
color: $gray-darker;
|
||||
padding-right: 12px;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&__price-interger {
|
||||
color: $red;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
&__price-decimal {
|
||||
@@ -48,7 +48,7 @@
|
||||
width: 110px;
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
font-size: 15px;
|
||||
font-size: 16px;
|
||||
|
||||
&--disabled {
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user