医院列表绝对定位,自适应手机尺寸

main
xuechunyuan 3 years ago
parent 9421b5b6b1
commit 6c9dfd9297
  1. 9
      src/views/HomeView.vue

@ -309,8 +309,13 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.home { .home {
.act_shoose { .act_shoose {
height: 9rem; position: absolute;
margin: 0.6rem 0 0; top:0.6rem;
left: 0;
right: 0;
bottom: 1.68rem;
// height: 9rem;
// margin: 0.6rem 0 0;
padding: 0 0.24rem; padding: 0 0.24rem;
overflow-y: auto; overflow-y: auto;

Loading…
Cancel
Save