Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
TaoHuang
2019-10-23 21:37:48 +0800
Commit
6b7e1b6a5b5eeeb5b1ccb3cc74ae41a937ad1f52
2 parents
9ed2e21a
dc4ad848
Merge remote-tracking branch 'origin/develop' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
apps/pages/address/address/address.vue
apps/pages/order/seller-confirm.vue
apps/pages/address/address/address.vue
View file @
6b7e1b6
...
...
@@ -277,8 +277,7 @@ export default {
border-style: solid;
border-width: 1px;
border-color: #e0e0e0;
position: absolute;
position: fixed;
left: 32px;
right: 32px;
bottom: 40px;
...
...
apps/pages/order/seller-confirm.vue
View file @
6b7e1b6
...
...
@@ -464,7 +464,7 @@ export default {
}
.footer {
position:
absolute
;
position:
fixed
;
bottom: 0;
width: 100%;
border-top: 1px solid #eee;
...
...
Please
register
or
login
to post a comment