qa-prevention-xgf-app/components/line/index.vue

12 lines
163 B
Vue
Raw Permalink Normal View History

2024-08-08 11:08:55 +08:00
<template>
<view class="line"></view>
</template>
<script></script>
<style scoped lang="scss">
.line {
background-color: #f4f4f4;
height: 10rpx;
}
</style>