diff --git a/css/common.css b/css/common.css index 1d42f0f..4566f5b 100644 --- a/css/common.css +++ b/css/common.css @@ -373,6 +373,7 @@ body { background-color: #f6f6f6; border-radius: 0 0 12px 0; animation: contrastRightShow 0.3s; + border-left: 1px solid #ebebeb; } @keyframes contrastRightShow { 0% { diff --git a/css/common.less b/css/common.less index bcaa592..2e8ac9d 100644 --- a/css/common.less +++ b/css/common.less @@ -425,6 +425,7 @@ body { background-color: rgba(246, 246, 246, 1); border-radius: 0 0 12px 0; animation: contrastRightShow 0.3s; + border-left: 1px solid #ebebeb; @keyframes contrastRightShow { 0% { diff --git a/html/details.html b/html/details.html index 5e1be09..c8f6af4 100644 --- a/html/details.html +++ b/html/details.html @@ -794,7 +794,7 @@ const semester = infoObj.semester || {}; if (month > semester.month && year + 1 <= semester.year) infoObj["semesterState"] = true; - console.log("infoObj", infoObj.rankings); + console.log("infoObj", infoObj); info.value = infoObj; side.value = sideObj; sideKey.value = "basic";