From 3667807a7b7418efc090ee3fa6a6b734bc3080bf Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Wed, 13 Sep 2023 20:36:29 +0800
Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop

---
 src/styles/flex.style.scss |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/styles/flex.style.scss b/src/styles/flex.style.scss
index 2a0f3eb..1e4519a 100644
--- a/src/styles/flex.style.scss
+++ b/src/styles/flex.style.scss
@@ -6,6 +6,16 @@
   align-items: center;
   justify-content: center;
 }
+.text-center {
+  text-align: center
+}
+.f12 {
+  font-size: 12px
+}
+
+.f10 {
+  font-size: 10px
+}
 // .border-bottom {
 //   position: relative;
 //   box-sizing: border-box;
@@ -40,6 +50,9 @@
 
 .flex-align-center {
   align-items: center;
+}
+.flex-direction-column {
+  flex-direction: column;
 }
 
 .flex-justify-start {
@@ -91,7 +104,9 @@
 .height-100 {
   height: 100%;
 }
-
+.w100 {
+  width: 100%;
+}
 //margin
 m-5 {
   margin: -5px !important;

--
Gitblit v1.9.3