no message
This commit is contained in:
parent
cb480a92d4
commit
5de2042a3c
@ -373,6 +373,7 @@ body {
|
|||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
border-radius: 0 0 12px 0;
|
border-radius: 0 0 12px 0;
|
||||||
animation: contrastRightShow 0.3s;
|
animation: contrastRightShow 0.3s;
|
||||||
|
border-left: 1px solid #ebebeb;
|
||||||
}
|
}
|
||||||
@keyframes contrastRightShow {
|
@keyframes contrastRightShow {
|
||||||
0% {
|
0% {
|
||||||
|
@ -425,6 +425,7 @@ body {
|
|||||||
background-color: rgba(246, 246, 246, 1);
|
background-color: rgba(246, 246, 246, 1);
|
||||||
border-radius: 0 0 12px 0;
|
border-radius: 0 0 12px 0;
|
||||||
animation: contrastRightShow 0.3s;
|
animation: contrastRightShow 0.3s;
|
||||||
|
border-left: 1px solid #ebebeb;
|
||||||
|
|
||||||
@keyframes contrastRightShow {
|
@keyframes contrastRightShow {
|
||||||
0% {
|
0% {
|
||||||
|
@ -794,7 +794,7 @@
|
|||||||
const semester = infoObj.semester || {};
|
const semester = infoObj.semester || {};
|
||||||
if (month > semester.month && year + 1 <= semester.year) infoObj["semesterState"] = true;
|
if (month > semester.month && year + 1 <= semester.year) infoObj["semesterState"] = true;
|
||||||
|
|
||||||
console.log("infoObj", infoObj.rankings);
|
console.log("infoObj", infoObj);
|
||||||
info.value = infoObj;
|
info.value = infoObj;
|
||||||
side.value = sideObj;
|
side.value = sideObj;
|
||||||
sideKey.value = "basic";
|
sideKey.value = "basic";
|
||||||
|
Loading…
Reference in New Issue
Block a user