mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +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">
|
<style lang="less">
|
||||||
.demo-empty {
|
.demo-empty {
|
||||||
background: var(--van-background-color-light);
|
background: var(--van-background-2);
|
||||||
|
|
||||||
.bottom-button {
|
.bottom-button {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
|
@@ -89,7 +89,7 @@ const align = ref('center');
|
|||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.demo-space {
|
.demo-space {
|
||||||
background: var(--van-background-color-light);
|
background: var(--van-background-2);
|
||||||
|
|
||||||
.van-doc-demo-block {
|
.van-doc-demo-block {
|
||||||
padding: 0 var(--van-padding-md);
|
padding: 0 var(--van-padding-md);
|
||||||
|
Reference in New Issue
Block a user