From df481aebfb7a19eea5d6c02f93c6f5776b0fdc19 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 23 五月 2025 18:30:41 +0800
Subject: [PATCH] 界面大模式

---
 components/oi-form/list/text/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/components/oi-form/list/text/index.vue b/components/oi-form/list/text/index.vue
index beb95c3..4cbe40e 100644
--- a/components/oi-form/list/text/index.vue
+++ b/components/oi-form/list/text/index.vue
@@ -22,10 +22,17 @@
 <style lang="scss" scoped>
 	.oi-form-text {
 		word-break: break-all;
-
+		color: #2db7f5;
 		.align-fixed {
 			line-height: 1;
 			padding: 10px 12px 10px 0;
 		}
+
+	}
+
+	.large-mode {
+		.oi-form-text {
+			font-size: 24px !important;
+		}
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1