Browse Source

消毒页面间距

master
王梦远 3 weeks ago
parent
commit
0f12d3a7b7
  1. 6
      src/views/home/index.vue

6
src/views/home/index.vue

@ -146,10 +146,10 @@ const nowLiquid = computed(() => {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, auto); grid-template-rows: repeat(2, auto);
gap:1.5rem;
gap:.5rem;
.card { .card {
text-align: center; text-align: center;
height: 40.5vh;
height: 41.5vh;
width: 30.5vw; width: 30.5vw;
border: 1px solid rgb(225, 225, 225); border: 1px solid rgb(225, 225, 225);
position: relative; position: relative;
@ -188,7 +188,7 @@ const nowLiquid = computed(() => {
} }
.home-right{ .home-right{
width: 34.5vw;
width: 36vw;
background: $gradient-color; background: $gradient-color;
position: relative; position: relative;
} }

Loading…
Cancel
Save