From 8b85040d9522ec80e82e8a2dea17f39b6de343f1 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 09 Oct 2023 09:39:37 +0800
Subject: [PATCH] 计划库查询时间默认前三天到后三天

---
 src/styles/common.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index 9f2d9a0..309b937 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -6,6 +6,13 @@
 .dis_opticy{
   opacity: .25;
 }
+.white-color {
+  color: #fff;
+}
+.describe{
+  font-size: 12px;
+  color: hsla(0,0%,100%,.6);
+}
 body {
   background-color: #f7f9fa;
   -webkit-font-smoothing: antialiased;

--
Gitblit v1.9.3