From 2af92a6f8fca005893d47a6fcd34be3ab8d9c4f2 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 19 Oct 2022 10:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8-=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E8=AE=BE=E6=96=BD=EF=BC=9A=E5=9C=A8=E7=BA=BF=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=A2=84=E8=A7=88=EF=BC=8C=E5=BC=B9=E5=87=BA=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=EF=BC=8C=E6=94=B9=E6=88=90=E9=BC=A0=E6=A0=87?= =?UTF-8?q?=E6=94=BE=E4=B8=8A=E5=90=8E=E7=BB=99=E5=87=BAtips=E2=80=9C?= =?UTF-8?q?=E8=AF=B7=E7=94=B3=E8=AF=B7=E5=90=8E=E5=86=8D=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E5=BC=B9=E6=A1=86=E6=A0=87=E9=A2=98=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 32 +++++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 9a7bc57f..cc4e1a81 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -312,16 +312,24 @@ {{ statusText[record.status] || '' }} @@ -343,7 +351,12 @@ - + + +
@@ -2373,6 +2386,7 @@ video::-webkit-media-controls { cursor: not-allowed; opacity: 0.5; color: #666666; + &:hover { color: #666666; }