From 8a83d73d3ec6c84adba425aab273bffbdf08629a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 22 Dec 2021 16:19:11 +0800
Subject: [PATCH] 对接接口及部分样式调整

---
 src/styles/divforms/popup.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 75da573..850cf27 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -15,7 +15,7 @@
             list-style: none;
             font-size: .875rem;
             text-align: center;
-            border: 1px solid #ffc107;
+            border: 1px solid rgb(0, 208, 255);
             border-radius: 15px;
             cursor: pointer;
 
@@ -161,6 +161,7 @@
             margin: auto;
             width: 20px;
             height: 20px;
+            cursor: pointer;
         }
 
         .close-box {
@@ -172,6 +173,7 @@
             margin: auto;
             width: 16px;
             height: 16px;
+            cursor: pointer;
         }
     }
 }

--
Gitblit v1.9.3