Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Howpig2003 committed Dec 31, 2024
1 parent d984291 commit f47e3e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/components/SubjectItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
flex-direction: column;
align-items: start;
height: 30%;
width: 50%;
width: 90%;
margin: 20px 0px;
color: white;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
}
.main-div{
z-index: 1;
Expand Down
4 changes: 2 additions & 2 deletions src/components/SubjectItem2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
flex-direction: column;
align-items: start;
height: 30%;
width: 50%;
width: 90%;
margin: 20px 0px;
color: white;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
}
.main-div{
z-index: 1;
Expand Down
4 changes: 2 additions & 2 deletions src/components/SubjectItem3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
flex-direction: column;
align-items: start;
height: 30%;
width: 50%;
width: 90%;
margin: 20px 0px;
color: white;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
}
.main-div{
z-index: 1;
Expand Down
4 changes: 2 additions & 2 deletions src/components/SubjectItem4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
flex-direction: column;
align-items: start;
height: 30%;
width: 50%;
width: 90%;
margin: 20px 0px;
color: white;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
}
.main-div{
z-index: 1;
Expand Down

0 comments on commit f47e3e3

Please sign in to comment.