From a9ad1cc25cd2a106f602d2f6bf750276b85cd497 Mon Sep 17 00:00:00 2001 From: xjy Date: Wed, 28 May 2025 11:49:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20MCdoc.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MCdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCdoc.js b/MCdoc.js index 16434fc..43f325a 100644 --- a/MCdoc.js +++ b/MCdoc.js @@ -108,7 +108,7 @@ // 设置.center-cont宽度为auto const centerCont = document.querySelector('.center-cont'); if (centerCont) { - centerCont.style.width = 'auto'; + // centerCont.style.width = 'auto'; } // 隐藏.btn-cont元素