From c3b2d6d35b77d11ff86d45926501493b7fc8886e Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期二, 23 七月 2024 10:30:20 +0800
Subject: [PATCH] 新功能添加

---
 policy/dataLook/dataLook.scss |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/policy/dataLook/dataLook.scss b/policy/dataLook/dataLook.scss
index 5f55bec..487f4c2 100644
--- a/policy/dataLook/dataLook.scss
+++ b/policy/dataLook/dataLook.scss
@@ -103,4 +103,21 @@
 	.origin{
 		color: #FE7B32;
 	}
+}
+.set-y{
+
+}
+.set-flex-progress{
+	display: flex;
+	justify-content: flex-start;
+	align-items: flex-start;
+	.name{
+		text-align: right;
+		width: 25%;
+		font-size: 26rpx;
+		margin-right: 20rpx;
+	}
+	.progress{
+		width: calc(100% - 25% - 20rpx);
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1