更新:1.课程详情增加骨架屏;2.图书首页和图书详情增加骨架屏;
This commit is contained in:
17
components/Skeleton/templates/ImageText.vue
Normal file
17
components/Skeleton/templates/ImageText.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<view>
|
||||
<wd-skeleton :row-col="info" animation="gradient" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const info = [
|
||||
{ height: '220px' }, 1, 1,
|
||||
[{ width: '93px' }]
|
||||
]
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user