WechatOwnerService/components/vc-bottom-black/vc-bottom-black.vue
2021-11-30 19:43:54 +08:00

16 lines
140 B
Vue

<template>
<view class="bottom-black">
</view>
</template>
<script>
</script>
<style>
.bottom-black{
height: 10upx;
}
</style>