From 91a8e4a9bc039f0e32c389e4f0880820c7a2e1eb Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期四, 04 十二月 2025 10:00:19 +0800
Subject: [PATCH] 添加第一版智能抓拍、抓拍配置
---
fzzy-igdss-web/src/main/resources/static/group/master.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/group/master.css b/fzzy-igdss-web/src/main/resources/static/group/master.css
index e95cc14..c719a44 100644
--- a/fzzy-igdss-web/src/main/resources/static/group/master.css
+++ b/fzzy-igdss-web/src/main/resources/static/group/master.css
@@ -42,8 +42,8 @@
.container {
overflow: hidden;
- height: 1080px;
- width: 1920px;
+/* height: 1080px;
+ width: 1920px;*/
position: relative;
background: url(../group/img/i-body.png) center top no-repeat;
background-size: 100% 100%;
--
Gitblit v1.9.3