From 4abc8bbf94b952b8934f31c33b4342c1d1586fbf Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 23 Mar 2023 10:31:35 +0800
Subject: [PATCH] 二维码增加保存功能

---
 forms/input/cInput.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/forms/input/cInput.scss b/forms/input/cInput.scss
index e785b9c..d8d2d39 100644
--- a/forms/input/cInput.scss
+++ b/forms/input/cInput.scss
@@ -6,6 +6,10 @@
 @import "../../common/sassMixin";
 
 .c-input {
+    &.read-only {
+        pointer-events: none;
+        background-color: #fafafa;
+    }
     .at-input__icon {
         display: none;
     }

--
Gitblit v1.9.1