From 4593a5c6ef4549a519681fa44d94fa242d15bec4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 30 Dec 2021 11:57:28 +0800
Subject: [PATCH] 完善
---
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