mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
chore: demo using css vars (#9265)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user