From 6fa13f030909d07b3c975d8d8c5926821ae9b875 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 10 Oct 2022 16:42:13 +0800 Subject: [PATCH] 上传图片设置30秒请求超时 --- 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