@@ -54,10 +64,11 @@ function next() {
-
-
+
+
表现不错,全对了!
@@ -76,13 +87,16 @@ function next() {
@@ -93,7 +107,7 @@ function next() {
@import "@/assets/css/style";
.statistics {
- width: 50vw;
+ width: 800rem;
padding: $space;
background: $dark-second-bg;
border-radius: $card-radius;
@@ -116,23 +130,23 @@ function next() {
margin-bottom: 15rem;
.result {
- flex: 1;
box-sizing: border-box;
overflow: hidden;
+ height: 310rem;
+ display: flex;
+ flex-direction: column;
+ border-radius: $card-radius;
+ background: $item-hover;
+ flex: 1;
.wrong-words-wrapper {
- border-radius: $card-radius $card-radius 0 0;
- background: $item-hover;
- padding-top: $space;
-
+ flex: 1;
+ overflow: auto;
+ padding: $space;
}
.wrong-words {
- padding: $space;
- padding-top: 0;
- height: 30vh;
box-sizing: border-box;
- overflow: auto;
display: flex;
margin-right: 5rem;
flex-wrap: wrap;
@@ -148,7 +162,6 @@ function next() {
}
.notice {
- border-radius: 0 0 $card-radius $card-radius;
background: $main;
height: 40rem;
display: flex;