feat: 刷题页面

This commit is contained in:
秋水浮尘
2023-10-09 00:41:35 +08:00
parent 05284248dd
commit 4ed48fbe2b
71 changed files with 10534 additions and 152 deletions

View File

@@ -0,0 +1,19 @@
.upload-questions-box {
position: relative;
margin: 0 auto;
width: 1439px;
overflow-y: auto;
border-radius: 5px;
.ant-card-head {
position: sticky;
top: 0;
left: 0;
right: 0;
padding: 0 48px;
z-index: 10;
background-color: #fff;
}
.ant-card-body {
display: flex;
}
}