From b85aa12acad18f3b0ce9d590a87e5f4016ed9b1a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 08 Nov 2021 12:04:35 +0800
Subject: [PATCH] 修复增加options的问题

---
 common/custom.scss |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 45b5792..dc045c5 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -13,15 +13,19 @@
         font-size: inherit;
         font-family: -apple-system-font, Helvetica Neue, sans-serif;
     }
-    .at-nav-bar {
-        .at-nav-bar__title {
-            font-size: 42px;
-        }
-    }
     .at-button {
         display: inline-block;
         &.at-button--full {
             display: flex;
+        }
+        &.at-button--primary {
+            color: #FFF;
+            border: 1PX solid #2093df;
+            background: #2093df;
+            &.btn-danger {
+                border: 1PX solid #FF5722;
+                background: #FF5722;
+            }
         }
     }
     .at-input-number {
@@ -99,7 +103,7 @@
             }
             .at-icon {
                 color: #fff;
-                border: #ccc 1px solid;
+                border: #bbb 1px solid;
                 border-radius: 50%;
                 padding: 5px;
             }

--
Gitblit v1.9.1