Commit 5b1b3ff3 authored by zhangjianguo's avatar zhangjianguo

1

parent 46723343
...@@ -201,6 +201,10 @@ ...@@ -201,6 +201,10 @@
"provider": "wx2b03c6e691cd7370" "provider": "wx2b03c6e691cd7370"
} }
}, },
// "rules": [{
// "action": "allow",
// "page": "*"
// }],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
<style> <style>
.body { .body {
background: #f3f4f6; background: #f3f4f6;
min-height:100vh
} }
.userStyle .userBox { .userStyle .userBox {
height: 100%; height: 100%;
...@@ -236,6 +236,7 @@ export default { ...@@ -236,6 +236,7 @@ export default {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background: #f3f4f6; background: #f3f4f6;
min-height:100vh
} }
.userStyle .imgbg { .userStyle .imgbg {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment