From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

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

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 850cf27..7218484 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -10,6 +10,7 @@
         li {
             margin: 0 4px;
             flex: 1;
+            min-width: 72px;
             height: 30px;
             line-height: 30px;
             list-style: none;
@@ -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;
     }

--
Gitblit v1.9.3