From f1b409d09a1047ab786c5e4911cf99412e179a31 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 十一月 2023 10:25:53 +0800
Subject: [PATCH] 1.综合看板  100%

---
 src/views/kanbanManager/kbCommon.css |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/kanbanManager/kbCommon.css b/src/views/kanbanManager/kbCommon.css
index e49808f..110e6ff 100644
--- a/src/views/kanbanManager/kbCommon.css
+++ b/src/views/kanbanManager/kbCommon.css
@@ -34,7 +34,7 @@
   font-weight: bolder;
 }
 
-.kb_title_text{
+.kb_title_text {
   font-weight: bolder;
   font-size: 24px;
 }
@@ -67,7 +67,7 @@
 .flex_c_c {
   display: flex;
   justify-content: center;
-  align-content: center;
+  align-items: center;
 }
 
 .flex_c_s {
@@ -76,6 +76,7 @@
   justify-content: space-evenly;
   /*align-content: center;*/
 }
+
 .flex_c_b {
   display: flex;
   flex-direction: column;
@@ -106,6 +107,7 @@
 .kb_mt10 {
   margin-top: 10px;
 }
+
 /*鍏憡鏍峰紡*/
 .MarqueeTipsContentClass {
   color: #00ffff;
@@ -115,7 +117,7 @@
   font-size: 32px;
   z-index: 2;
   position: absolute;
-  top:80px;
+  top: 80px;
 }
 
 /*
@@ -131,7 +133,7 @@
 /*scrollbar END*/
 
 
-.smallTitle{
+.smallTitle {
   height: 35px;
   display: flex;
   color: #00ffff;
@@ -139,11 +141,10 @@
   /*align-content: flex-start;*/
 }
 
-.svg_class{
+.svg_class {
   margin-right: 10px;
   font-size: 28px;
 }
-
 
 
 .lineContent {

--
Gitblit v1.9.3