chore: demo using css vars (#9265)
This commit is contained in:
@@ -64,10 +64,8 @@ const active = ref('error');
|
||||
</template>
|
||||
|
||||
<style lang="less">
|
||||
@import '../../style/var';
|
||||
|
||||
.demo-empty {
|
||||
background: @white;
|
||||
background: var(--van-white);
|
||||
|
||||
.custom-image {
|
||||
.van-empty__image {
|
||||
|
||||
Reference in New Issue
Block a user