From 6317f81f3664e10de5063b73183e945e52727baf Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sat, 25 Jun 2022 15:03:46 +0800
Subject: [PATCH] 优化请求模块,优化App请求解析能力

---
 forms/select/cSelect.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss
index 47c92ea..9dce48c 100644
--- a/forms/select/cSelect.scss
+++ b/forms/select/cSelect.scss
@@ -6,6 +6,10 @@
 @import "../../common/sassMixin";
 
 .c-select {
+    &.read-only {
+        pointer-events: none;
+        background-color: #fafafa;
+    }
     .at-input__input {
         .weui-input {
             pointer-events: none;
@@ -17,6 +21,7 @@
             display: none;
         }
         .at-icon-chevron-right {
+            padding: 0;
             font-size: 48px;
             color: #ccc;
         }

--
Gitblit v1.9.1