diff --git a/App.vue b/App.vue index f66b000..2c6e9ad 100644 --- a/App.vue +++ b/App.vue @@ -2,6 +2,9 @@ /* 注意要写在第一行,同时给style标签加入lang="scss"属性 */ @import "@/uni_modules/uview-ui/index.scss"; @import "@/static/css/iconfont.css"; + page { + height: 100%; + } + + \ No newline at end of file diff --git a/meeting/user/txt.vue b/meeting/user/txt.vue new file mode 100644 index 0000000..0efa672 --- /dev/null +++ b/meeting/user/txt.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file