From be84102dc381d0c1925e477f15a431d6c327c0d6 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 05 Sep 2023 15:05:41 +0800
Subject: [PATCH] 项目添加中设置中心点功能
---
src/styles/flex.style.scss | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/styles/flex.style.scss b/src/styles/flex.style.scss
index 493cfe1..2a0f3eb 100644
--- a/src/styles/flex.style.scss
+++ b/src/styles/flex.style.scss
@@ -1,7 +1,11 @@
.flex-display {
display: flex;
}
-
+.flex-common {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
// .border-bottom {
// position: relative;
// box-sizing: border-box;
--
Gitblit v1.9.3