1
0

更新 MCdoc.js

This commit is contained in:
xjy 2025-05-28 11:49:48 +08:00
parent 10a4807854
commit a9ad1cc25c

View File

@ -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元素