Browse Source

修改温度日历被遮挡的问题;

master
宋杰 2 weeks ago
parent
commit
a95dc1e24f
  1. 5
      src/views/components/marketTemperature.vue

5
src/views/components/marketTemperature.vue

@ -992,7 +992,7 @@ defineExpose({ initChart });
.month { .month {
width: 80%; width: 80%;
height: 70% !important; height: 70% !important;
top: -4vw !important;
top: -3vw !important;
right: -0.5vw; right: -0.5vw;
} }
@ -1167,9 +1167,8 @@ defineExpose({ initChart });
display: flex; display: flex;
justify-content: center; justify-content: center;
/* align-items: center; */ /* align-items: center; */
top: -2vw;
top: -1.5vw;
right: -0.5vw; right: -0.5vw;
z-index: 1; z-index: 1;
} }

Loading…
Cancel
Save