feat: 刷题页面
This commit is contained in:
35
src/views/question-bank/index.less
Normal file
35
src/views/question-bank/index.less
Normal file
@@ -0,0 +1,35 @@
|
||||
.question-bank-box {
|
||||
display: flex;
|
||||
width: 1439px;
|
||||
margin: 0 auto;
|
||||
background-color: #f3f4f6;
|
||||
border-radius: 5px;
|
||||
.ant-spin-nested-loading {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
border-radius: 8px;
|
||||
.question-box {
|
||||
// flex: 1;
|
||||
// overflow-y: auto;
|
||||
// border-radius: 8px;
|
||||
.category-list-box {
|
||||
padding: 24px 24px 6px;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.question-list-box {
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ranking-box {
|
||||
margin-left: 16px;
|
||||
overflow-y: auto;
|
||||
width: 310px;
|
||||
}
|
||||
.ant-spin-nested-loading {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user