From 61ece754a673dfaa0930f8f3145e4e9e40eb0e6b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Mar 2022 17:33:32 +0800
Subject: [PATCH] 部分更改

---
 src/styles/divforms/popup.scss |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 75da573..7218484 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -10,12 +10,13 @@
         li {
             margin: 0 4px;
             flex: 1;
+            min-width: 72px;
             height: 30px;
             line-height: 30px;
             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;
 
@@ -48,6 +49,11 @@
 
             .live-action-nav {
                 background: url(/img/icon/live-action.png) no-repeat;
+                background-size: 100% 100%;
+            }
+
+            .monitor-nav {
+                background: url(/img/icon/monitor.png) no-repeat;
                 background-size: 100% 100%;
             }
 
@@ -142,7 +148,8 @@
     p {
         white-space: normal !important;
         word-wrap: break-word !important;
-        max-width: 396px;
+        min-width: 396px;
+        max-width: 492px;
         font-size: 0.875rem;
         line-height: 24px;
     }
@@ -161,6 +168,7 @@
             margin: auto;
             width: 20px;
             height: 20px;
+            cursor: pointer;
         }
 
         .close-box {
@@ -172,6 +180,7 @@
             margin: auto;
             width: 16px;
             height: 16px;
+            cursor: pointer;
         }
     }
 }

--
Gitblit v1.9.3