From 09e14592dd06c4c2037e2b172ac77a2e290f9db9 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 05 九月 2025 19:01:09 +0800
Subject: [PATCH] form input pdaScanOnly
---
components/oi-form/list/time-picker/index.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/components/oi-form/list/time-picker/index.vue b/components/oi-form/list/time-picker/index.vue
index b694250..8a73cb9 100644
--- a/components/oi-form/list/time-picker/index.vue
+++ b/components/oi-form/list/time-picker/index.vue
@@ -89,4 +89,14 @@
border: 1px solid #e5e5e5;
}
}
+ .large-mode {
+ .oi-time-picker-x {
+ font-size: 24px !important;
+ }
+ .oi-time-picker-input {
+ font-size: 24px !important;
+ height: 40px !important;
+ }
+
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.1