This commit is contained in:
2025-06-16 14:10:49 +08:00
parent 2a5baa6889
commit a231e95997
4 changed files with 12 additions and 5 deletions

View File

@@ -79,9 +79,11 @@ $(document).ready(function () {
if (!isPre) {
if ($(this).hasClass('tarhtmn')) {
$(".left").css("width", "100%");
$(".left").css("margin-right", "0");
$(".right").hide();
} else {
$(".left").css("width", "");
$(".left").css("margin-right", "");
$(".right").show();
}
}