Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
1e478a69
Commit
1e478a69
authored
Feb 24, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式
parent
54438311
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
components/tabbar/index.vue
+2
-1
index.vue
pages/index/index.vue
+2
-2
user-center.vue
pages/user-center/user-center.vue
+1
-1
No files found.
components/tabbar/index.vue
View file @
1e478a69
...
...
@@ -71,13 +71,14 @@ export default {
<
style
>
.tabbarMain
{
position
:
fixed
;
z-index
:
999
;
z-index
:
999
999
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background
:
#fff
;
border-top
:
1
rpx
solid
#E0E0E0
;
padding
:
20
rpx
0
0
;
border-radius
:
36
rpx
36
rpx
0
0
;
}
.tabBtnMina
{
...
...
pages/index/index.vue
View file @
1e478a69
...
...
@@ -11,7 +11,7 @@
<view
class=
"content"
:style=
"
{
'padding-bottom':(pageId==0?'calc(57px + env(safe-area-inset-bottom))':'0px'),
}">
<view
:style=
"
{opacity:`${pageId!=0?100:
scrollTop
}%`}">
<view
:style=
"
{opacity:`${pageId!=0?100:
(scrollTop-20)
}%`}">
<view
class=
"index-title"
:class=
"
{ MainTopLeft: pageTitleStr.length > 10 }" :style="[
myPageData.home_pages.navs[active].templateBg,
titleStyle,
...
...
@@ -387,7 +387,7 @@
width
:
100%
;
color
:
#fff
;
box-sizing
:
content-box
;
z-index
:
5
;
z-index
:
999999
;
background-color
:
#FFF
;
}
...
...
pages/user-center/user-center.vue
View file @
1e478a69
...
...
@@ -210,7 +210,7 @@
</view>
</view>
</
template
>
<
view
class=
"login-btn"
style=
"margin:30px 0"
@
click=
'signOutHandler'
>
退出登录
</view
>
<
!-- <view class="login-btn" style="margin:30px 0" @click='signOutHandler'>退出登录</view> --
>
</view>
<auth
v-if=
"showAuth"
@
changeuserinfo=
"reloadUserinfo"
@
gbAuth=
"gbAuth"
></auth>
<tabbars></tabbars>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment