From 97eddf7c1dc55394d410a203a27e90622f0244ce Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 03 Jul 2023 16:21:38 +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