From cee338f18d22bbbb989d79c0add082fdb4e2b8ef Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 08 Sep 2023 11:09:00 +0800
Subject: [PATCH] store添加projectId
---
src/styles/flex.style.scss | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/src/styles/flex.style.scss b/src/styles/flex.style.scss
index 6f59af4..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;
@@ -177,6 +181,20 @@
margin-left: 10px !important;
}
+.w48 {
+ width: 48px;
+}
+
+.w60 {
+ width: 60px;
+}
+.point {
+ cursor: pointer;
+}
+.w96 {
+ width: 96px;
+}
+
.mr10 {
margin-right: 10px !important;
}
--
Gitblit v1.9.3