mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(SubmitBar): adjust style and unit test (#5151)
This commit is contained in:
parent
00eeaedf17
commit
3c45cdb231
@ -40,7 +40,6 @@
|
||||
flex: 1;
|
||||
padding-right: @padding-sm;
|
||||
color: @submit-bar-text-color;
|
||||
font-weight: @font-weight-bold;
|
||||
text-align: right;
|
||||
|
||||
span {
|
||||
@ -50,10 +49,12 @@
|
||||
|
||||
&__suffix-label {
|
||||
margin-left: 5px;
|
||||
font-weight: @font-weight-bold;
|
||||
}
|
||||
|
||||
&__price {
|
||||
color: @submit-bar-price-color;
|
||||
font-weight: @font-weight-bold;
|
||||
font-size: @font-size-sm;
|
||||
|
||||
&--integer {
|
||||
@ -65,6 +66,7 @@
|
||||
&__button {
|
||||
width: @submit-bar-button-width;
|
||||
height: @submit-bar-button-height;
|
||||
font-weight: @font-weight-bold;
|
||||
line-height: @submit-bar-button-height;
|
||||
border: none;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user