feat(style): component using basic css variables
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@action-bar-background-color: @white;
|
||||
@action-bar-background-color: var(--van-white);
|
||||
@action-bar-height: 50px;
|
||||
|
||||
Reference in New Issue
Block a user