Browse Source

修改了样式

feature/feature-compatible
Wks 7 years ago
parent
commit
fb5cae4f95
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

@ -569,12 +569,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