Browse Source

fix:修复消毒状态展示div错位

master
白凤吉 2 weeks ago
parent
commit
c726dc174a
  1. 5
      src/components/home/HomeOperation.vue

5
src/components/home/HomeOperation.vue

@ -217,11 +217,11 @@ const operationState = computed(() => {
.home-end{
background: #FF6767;
}
.home-remain-time{
background: #F6FAFE;
margin-top: 6rem;
width: 27vw;
margin-left: 1rem;
margin-right: 1rem;
height: 8vh;
border-radius: 12px;
display: flex;
@ -229,7 +229,6 @@ const operationState = computed(() => {
justify-content: center;
font-size: 24px;
gap: 10px;
margin-left: 1rem;
.home-remaini-value{
color: #2892F3;
}

Loading…
Cancel
Save