mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
16 lines
140 B
Vue
16 lines
140 B
Vue
<template>
|
|
<view class="bottom-black">
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
.bottom-black{
|
|
height: 10upx;
|
|
}
|
|
</style>
|