chore: demo using css vars (#9265)

This commit is contained in:
neverland
2021-08-17 09:50:28 +08:00
committed by GitHub
parent 42888a1c22
commit 33996db3fa
42 changed files with 85 additions and 168 deletions

View File

@@ -62,10 +62,8 @@ const t = useTranslate(i18n);
</template>
<style lang="less">
@import '../../style/var';
.demo-loading {
background: @white;
background: var(--van-white);
.van-loading {
display: inline-block;