From b8e32099c3d0542a966f9bf0d24bfec73cc13882 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期五, 30 五月 2025 10:59:37 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console22.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/console22.html b/src/main/webapp/views/console22.html
index f466a83..bc3908a 100644
--- a/src/main/webapp/views/console22.html
+++ b/src/main/webapp/views/console22.html
@@ -25,7 +25,7 @@
</div>
</div>
<!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
- <div class="main-part" style="width: 1920px;height:1080px;overflow: scroll">
+ <div id="mainPart" class="main-part" style="width: 1920px;height:1080px;overflow: scroll">
</div>
<div id="body">
@@ -384,7 +384,7 @@
</script>
<script type="text/javascript">
// 寮圭獥绔欑偣淇℃伅
- $('.site').on('click', function () {
+ $('#mainPart').on('click','.site', function () {
var id = this.id.split("-")[1];
$("#siteWindow").attr("style", "display:block;");//鏄剧ずdiv
$("#crnWindow").attr("style", "display:none;");
--
Gitblit v1.9.1