From f0a88bdf72fb54502e2f219e92eb7e9c57a1be93 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 06 Jan 2023 17:57:08 +0800
Subject: [PATCH] 监控视频样式调整、搜索框隐藏问题
---
src/styles/base/index.scss | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 39dd02a..c245a3f 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -102,7 +102,6 @@
align-items: center;
justify-content: center;
width: 100%;
- height: 100%;
}
}
}
@@ -292,7 +291,7 @@
display: flex;
flex-direction: column;
width: 1000px;
- height: 600px;
+ height: 620px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
--
Gitblit v1.9.3