uni-ticket-system/src/components/dashed-line/index.vue

20 lines
238 B
Vue
Raw Normal View History

2023-12-07 05:43:24 +00:00
<template>
<div class="content3">
</div>
</template>
<script setup>
</script>
<style scoped>
.content3{
height: 1rpx;
width: 100%;
background-image: url("../../static/zx303@3x (1).png");
background-size: 100%;
}
</style>