Browse Source

Merge branch 'release-medou-v2.4.1' of http://gogs.1hhd.com/1hjz-3N/1hjz-h5 into release-medou-v2.4.1

feature/feature-compatible
wangkesi 7 years ago
parent
commit
34fe3fa182
2 changed files with 7 additions and 0 deletions
  1. 6
      src/view/order-check.vue
  2. 1
      src/view/order-detail.vue

6
src/view/order-check.vue

@ -605,12 +605,18 @@ export default {
color: #00ba86;
}
}
.fill {
width: 100%;
height: 1rem;
background-color: rgba(247, 247, 247, 0);
}
.button {
width: 100%;
height: 1rem;
display: flex;
position: fixed;
bottom: 0;
z-index: 1;
justify-content: space-between;
background-color: white;
.button-text {

1
src/view/order-detail.vue

@ -670,6 +670,7 @@ export default {
width: 100%;
position: fixed;
height: 1rem;
z-index: 1;
bottom: 0;
background-color: #fff;
text-align: center;

Loading…
Cancel
Save