Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
4b74e396
Commit
4b74e396
authored
Jul 31, 2024
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回按钮 样式展示修改
parent
1322f684
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
getPortrait.vue
pages/album/getPortrait.vue
+21
-1
No files found.
pages/album/getPortrait.vue
View file @
4b74e396
...
...
@@ -32,7 +32,8 @@
<view>
未找到您的照片
</view>
<view
class=
"small"
>
请在拍摄点拍摄后重试
</view>
</view>
<u-button
type=
"info"
size=
"mini"
shape=
"circle"
@
click=
"returnClick"
>
返回
</u-button>
<u-button
type=
"info"
size=
"mini"
shape=
"circle"
@
click=
"returnClick"
v-if=
"maskCount
<
=
0
"
>
返回
</u-button>
<view
class=
"overlay-button"
v-else
>
返回
</view>
</view>
</u-overlay>
</view>
...
...
@@ -399,5 +400,24 @@ export default {
color
:
#333
;
}
}
.overlay-button
{
border-radius
:
100px
;
color
:
#323233
;
background-color
:
#ebedf0
;
border-color
:
#ebedf0
;
border-width
:
1px
;
border-style
:
solid
;
height
:
22px
;
width
:
100%
;
font-size
:
10px
;
min-width
:
50px
;
padding
:
0px
8px
;
position
:
relative
;
align-items
:
center
;
justify-content
:
center
;
display
:
flex
;
box-sizing
:
border-box
;
flex-direction
:
row
;
}
}
</
style
>
\ No newline at end of file
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