mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix spelling mistake (#5162)
This commit is contained in:
parent
f16635f5f1
commit
bcba1bcac5
@ -679,7 +679,7 @@
|
|||||||
@tag-text-color: @white;
|
@tag-text-color: @white;
|
||||||
@tag-border-radius: .2em;
|
@tag-border-radius: .2em;
|
||||||
@tag-round-border-radius: @border-radius-max;
|
@tag-round-border-radius: @border-radius-max;
|
||||||
@tag-dander-color: @red;
|
@tag-danger-color: @red;
|
||||||
@tag-primary-color: @blue;
|
@tag-primary-color: @blue;
|
||||||
@tag-success-color: @green;
|
@tag-success-color: @green;
|
||||||
@tag-warning-color: @orange;
|
@tag-warning-color: @orange;
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--danger {
|
&--danger {
|
||||||
background-color: @tag-dander-color;
|
background-color: @tag-danger-color;
|
||||||
|
|
||||||
&.van-tag--plain {
|
&.van-tag--plain {
|
||||||
color: @tag-dander-color;
|
color: @tag-danger-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user