mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs: fix legacy css variables in demo
This commit is contained in:
@@ -74,7 +74,7 @@ const active = ref('error');
|
||||
|
||||
<style lang="less">
|
||||
.demo-empty {
|
||||
background: var(--van-background-color-light);
|
||||
background: var(--van-background-2);
|
||||
|
||||
.bottom-button {
|
||||
width: 160px;
|
||||
|
@@ -89,7 +89,7 @@ const align = ref('center');
|
||||
|
||||
<style lang="less">
|
||||
.demo-space {
|
||||
background: var(--van-background-color-light);
|
||||
background: var(--van-background-2);
|
||||
|
||||
.van-doc-demo-block {
|
||||
padding: 0 var(--van-padding-md);
|
||||
|
Reference in New Issue
Block a user