Files
qing-yu-club-front/src/views/upload-questions/index.less
秋水浮尘 0cb65254f4 feat: 改造
2023-12-02 23:31:54 +08:00

21 lines
348 B
Plaintext

.upload-questions-box {
position: relative;
margin: 0 auto;
width: 1439px;
overflow-y: auto;
border-radius: 5px;
height: calc(100vh - 100px);
.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;
}
}