From 08b78071dfc81f8c8acac5fe85cbd506c5fc6e54 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 30 Jun 2025 16:29:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=B8=90=E5=8F=98=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/variable.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/variable.scss b/src/assets/styles/variable.scss index 1a72019..bb4a151 100644 --- a/src/assets/styles/variable.scss +++ b/src/assets/styles/variable.scss @@ -3,5 +3,6 @@ $success-color: #14A656; $danger-color: #DF1515; $warn-color: #EE8223; $info-color: #909399; -$gradient-color: linear-gradient(185deg, rgb(175 216 255) -90%, #fff 24%); +//$gradient-color: linear-gradient(185deg, rgb(175 216 255) -90%, #fff 24%); +$gradient-color: #fff; $main-container-height: calc(100vh - 17vh) \ No newline at end of file