mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: fix legacy css variables in demo
This commit is contained in:
parent
845c0b720b
commit
b6f2eb3e2a
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user