feat: ✨ 个人资料页面和控制台页面
This commit is contained in:
14
src/pages/work/user/index.vue
Normal file
14
src/pages/work/user/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<view class="user">
|
||||
<text class="text-cyan font-bold text-lg">用户</text>
|
||||
</view>
|
||||
</template>
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
/* stylelint-disable selector-type-no-unknown */
|
||||
page {
|
||||
background: #f8f8f8;
|
||||
}
|
||||
/* stylelint-enable selector-type-no-unknown */
|
||||
</style>
|
||||
Reference in New Issue
Block a user