From 75ca0722b86e7751202e7aec2e8d8ef96d68ce98 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 22 Dec 2021 16:22:40 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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