From d7730c5893a0209f7669ad5bb9fe5d2df3fb7c4b Mon Sep 17 00:00:00 2001 From: szdot Date: Mon, 22 Jul 2024 03:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6=20=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E5=AE=B9=E5=99=A8=E8=8C=83=E5=9B=B4=20=E9=9A=90?= =?UTF-8?q?=E8=97=8F=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91=EF=BC=9A?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E6=8B=96=E5=8A=A8=E5=9C=B0=E5=9B=BE=20?= =?UTF-8?q?=E4=B9=B1=E9=A3=98bug=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6=E5=8A=A0?= =?UTF-8?q?=20ofh=E6=A0=B7=E5=BC=8F=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++++ src/views/layout/components/main/planes/index.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index ff264ff..ac0eaf8 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -62,6 +62,10 @@ label { font-weight: 700; } +.disno{ + display: none; +} + .animation { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; diff --git a/src/views/layout/components/main/planes/index.vue b/src/views/layout/components/main/planes/index.vue index c308776..bee277a 100644 --- a/src/views/layout/components/main/planes/index.vue +++ b/src/views/layout/components/main/planes/index.vue @@ -1,6 +1,6 @@