医院列表底部按钮设置安全距离

main
xuechunyuan 3 years ago
parent bad2b27e34
commit 1453d04bd4
  1. 4
      src/views/HomeView.vue

@ -313,7 +313,7 @@ export default {
top:0.6rem;
left: 0;
right: 0;
bottom: 1.68rem;
bottom: calc(1.68rem + 20px);
// height: 9rem;
// margin: 0.6rem 0 0;
padding: 0 0.24rem;
@ -366,7 +366,7 @@ export default {
position: absolute;
left: 0;
right: 0;
bottom: 0;
bottom: 20px;
padding: 0.24rem;
background: #fff;

Loading…
Cancel
Save