mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +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;
|
flex: 1;
|
||||||
padding-right: @padding-sm;
|
padding-right: @padding-sm;
|
||||||
color: @submit-bar-text-color;
|
color: @submit-bar-text-color;
|
||||||
font-weight: @font-weight-bold;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@ -50,10 +49,12 @@
|
|||||||
|
|
||||||
&__suffix-label {
|
&__suffix-label {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
font-weight: @font-weight-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__price {
|
&__price {
|
||||||
color: @submit-bar-price-color;
|
color: @submit-bar-price-color;
|
||||||
|
font-weight: @font-weight-bold;
|
||||||
font-size: @font-size-sm;
|
font-size: @font-size-sm;
|
||||||
|
|
||||||
&--integer {
|
&--integer {
|
||||||
@ -65,6 +66,7 @@
|
|||||||
&__button {
|
&__button {
|
||||||
width: @submit-bar-button-width;
|
width: @submit-bar-button-width;
|
||||||
height: @submit-bar-button-height;
|
height: @submit-bar-button-height;
|
||||||
|
font-weight: @font-weight-bold;
|
||||||
line-height: @submit-bar-button-height;
|
line-height: @submit-bar-button-height;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user