no message

This commit is contained in:
A1300399510 2024-11-22 16:00:44 +08:00
parent cb480a92d4
commit 5de2042a3c
3 changed files with 3 additions and 1 deletions

View File

@ -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% {

View File

@ -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% {

View File

@ -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";