This commit is contained in:
shidongli 2023-10-23 10:09:45 +08:00
parent 02cdac88dd
commit c103da8513
2 changed files with 23 additions and 15 deletions

View File

@ -3,6 +3,14 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/homepage/homepage",
@ -10,17 +18,16 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
},
// {
// "path": "pages/login/login",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
{
"path": "pages/myinformation/myinformation",
"style": {
"navigationBarTitleText": "我的",

View File

@ -97,7 +97,7 @@
.login {
top: 31px;
width: 30%;
width: 36%;
height: 49px;
font-size: 23px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
@ -133,9 +133,10 @@
.name {
position: relative;
width: 96%;
width: 83%;
/* background: red; */
left: 9%;
left: 50%;
transform: translateX(-50%);
top: 9%;
::v-deep .u-form-item--left {