From 63e7870f4e38fb1652ba336e460b6b238b03ba46 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 14 Nov 2023 16:25:09 +0800
Subject: [PATCH] 增加首页导航排版组件

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

diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss
index 2bfd699..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;
         }
@@ -37,7 +42,7 @@
         }
         .c-select-slot {
             position: relative;
-            height: 90px;
+            height: 98px;
             @include flexbox(flex, center center);
             &::after {
                 position: absolute;

--
Gitblit v1.9.1