yanDuLargeScreen/src/views/twentyKV.vue

25 lines
264 B
Vue

<template>
<div class="twentyKV">
momomo
</div>
</template>
<script>
export default {
name:"twentyKV",
data() {
return {
}
}
}
</script>
<style lang="less" scoped>
.twentyKV{
width: 100%;
height: 100%;
padding: 15px 25px;
}
</style>