工作台

This commit is contained in:
唐明明
2022-12-26 09:31:55 +08:00
parent f7d357f738
commit 1f3f6b230a
218 changed files with 19796 additions and 0 deletions

13
App.vue Normal file
View File

@@ -0,0 +1,13 @@
<script></script>
<style lang="scss">
@import "uview-ui/index.scss";
@import "@/static/iconfont.css";
.content{
background: #f8f8f8;
min-height: 100vh;
padding: 0 0 1rpx;
box-sizing: border-box;
}
</style>