From a8d2d9182b37680950bf8b3ad00054f2e161bc42 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 31 Aug 2023 11:42:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop
---
src/styles/common.scss | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 6d41b09..9f2d9a0 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -3,7 +3,9 @@
height: 100%;
overflow: hidden;
}
-
+.dis_opticy{
+ opacity: .25;
+}
body {
background-color: #f7f9fa;
-webkit-font-smoothing: antialiased;
--
Gitblit v1.9.3