Browse Source

fix:开始消毒停止消毒按钮调整

master
白凤吉 2 weeks ago
parent
commit
8ba4a28614
  1. 13
      src/components/home/HomeOperation.vue

13
src/components/home/HomeOperation.vue

@ -197,22 +197,11 @@ const operationState = computed(() => {
.home-disinfect { .home-disinfect {
display: flex; display: flex;
justify-content: center; justify-content: center;
}
.home-disinfect-btn {
width: 27vw;
height: 8vh;
border-radius: 12px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
gap: 10px;
margin-top: 40px;
} }
.home-start { .home-start {
background: #31cb7a; background: #31cb7a;
} }
.home-end { .home-end {
background: #ff6767; background: #ff6767;
} }

Loading…
Cancel
Save