Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
李伟
cust-app
Commits
66192b6d
Commit
66192b6d
authored
Dec 31, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了样式
parent
e2fcb163
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
my.vue
pages/tab/my.vue
+1
-1
rank.vue
pages/tab/rank.vue
+1
-1
No files found.
pages/tab/my.vue
View file @
66192b6d
...
...
@@ -220,6 +220,7 @@ import {setUserProfile} from '../../api/login/index'
img
:
"../../static/images/myset.png"
,
}],
info
:
{
headPortrait
:
'http://192.168.1.80/upload/CmsBanner/20241230/18E63B570FF04DB3A8EFE277D58256C4.jpg'
,
nickName
:
'11111'
,
ilike
:
'6'
,
likeMe
:
'7'
,
...
...
@@ -515,7 +516,6 @@ import {setUserProfile} from '../../api/login/index'
font-weight
:
400
;
color
:
#B1B4C5
;
line-height
:
24rpx
;
margin-top
:
30rpx
;
}
.simg
{
...
...
pages/tab/rank.vue
View file @
66192b6d
...
...
@@ -96,7 +96,7 @@
<u--text
size=
"12"
align=
"left"
color=
"rgb(115, 116, 122)"
:text=
"'编号:'+ item.user.code + '号'"
/>
</u-col>
<u-col
span=
"4"
>
<progress
:percent=
"item.rankValue"
activeColor=
"rgb(130, 147, 240)"
stroke-width=
"10"
border-radius=
"20rpx"
/>
<progress
:percent=
"item.rankValue"
activeColor=
"rgb(130, 147, 240)"
backgroundColor=
"white"
stroke-width=
"10"
border-radius=
"20rpx"
/>
</u-col>
<u-col
span=
"2"
>
<view
style=
"display: flex; justify-content: flex-start;margin-left: 15rpx"
>
...
...
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