From a1fc00dbb4926cda11db43cf081f4bc06bcf3f98 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 04 Sep 2023 09:43:19 +0800
Subject: [PATCH] 项目编辑、新增接口功能对接

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

diff --git a/src/styles/flex.style.scss b/src/styles/flex.style.scss
index 6f59af4..493cfe1 100644
--- a/src/styles/flex.style.scss
+++ b/src/styles/flex.style.scss
@@ -177,6 +177,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