From f6bbabd538001e4c997b2d5474356dc345ff0ba5 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Fri, 01 Sep 2023 14:57:16 +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