From f258c0ba41c40725e15836ee3886118b3fa97d25 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 10 Aug 2023 16:30:44 +0800 Subject: [PATCH] 优化跨端通讯报错捕获细节 --- forms/input/cInput.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/forms/input/cInput.scss b/forms/input/cInput.scss index ec60c37..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; } @@ -14,8 +18,9 @@ display: none; } .c-input-unit-text { - padding-right: 30rpx; + padding-right: 20px; color: #ccc; + font-size: 32px; } } } \ No newline at end of file -- Gitblit v1.9.1