页面开发
This commit is contained in:
parent
889b0e0b16
commit
b8ce17c902
7
App.vue
7
App.vue
@ -99,4 +99,11 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "@/node_modules/uview-ui/index.scss";
|
@import "@/node_modules/uview-ui/index.scss";
|
||||||
|
|
||||||
|
page,
|
||||||
|
uni-page-body,
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"easycom": {
|
|
||||||
"^u-(.*)": "@/node_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
||||||
},
|
|
||||||
"pages": [{
|
"pages": [{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
Loading…
Reference in New Issue
Block a user