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

View File

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