Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3a8c8a3a
authored
2026-05-07 09:43:15 +0800
by
张猛
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
退出登录
1 parent
65e14c9a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
personal/home.vue
personal/home.vue
View file @
3a8c8a3
...
...
@@ -145,7 +145,7 @@
<uni-icons
color=
"#999"
size=
"20"
type=
"arrowright"
></uni-icons>
</view>
</view>
<view
style=
"height: 130rpx"
></view>
<!-- 退出-->
<view
class=
"logOut"
>
<view
class=
"logOutBtn"
@
click=
"showLogoutConfirm"
>
退出登录
</view>
...
...
@@ -909,15 +909,19 @@ const confirmLogout = () => {
}
.logOut
{
position
:
fixed
;
bottom
:
0
;
left
:
30
rpx
;
display
:
flex
;
justify-content
:
center
;
margin-top
:
16px
;
padding-bottom
:
20
rpx
;
width
:
calc
(
100%
-
60
rpx
);
.logOutBtn
{
background-image
:
linear-gradient
(
135deg
,
#dbbb69
10%
,
#f0deb0
100%
);
backdrop-filter
:
blur
(
4px
);
width
:
80%
;
width
:
calc
(
100%
-
30
rpx
)
;
border
:
1px
solid
#dadada
;
padding
:
20
rpx
50
rpx
;
border-radius
:
50
rpx
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment