Files
screenkb-tianneng/src/pages/modules/home/right.vue

10 lines
151 B
Vue
Raw Normal View History

2024-06-14 16:43:44 +08:00
<template>
<div class="n_container"></div>
</template>
<style lang="stylus" scoped>
@import '~@style/mixin'
.n_container
_wh(100%, 100%)
</style>