2024-01-18 18:27:38 +08:00
|
|
|
.chunkPage {
|
2024-02-06 18:45:20 +08:00
|
|
|
padding: 24px;
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
display: flex;
|
|
|
|
|
// height: calc(100vh - 112px);
|
|
|
|
|
flex-direction: column;
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.filter {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 32px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.pageContent {
|
|
|
|
|
flex: 1;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-right: 12px;
|
|
|
|
|
overflow-y: auto;
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.spin {
|
|
|
|
|
min-height: 400px;
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
2024-02-06 18:45:20 +08:00
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.pageFooter {
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
2024-02-06 18:45:20 +08:00
|
|
|
height: 100px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.content {
|
2024-01-18 18:27:38 +08:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.context {
|
|
|
|
|
flex: 1;
|
|
|
|
|
// width: 207px;
|
|
|
|
|
height: 88px;
|
|
|
|
|
overflow: hidden;
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
2024-02-06 18:45:20 +08:00
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.footer {
|
|
|
|
|
height: 20px;
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
.text {
|
|
|
|
|
margin-left: 10px;
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
2024-02-06 18:45:20 +08:00
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2024-02-06 18:45:20 +08:00
|
|
|
:global {
|
|
|
|
|
.ant-card-body {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 0;
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
|
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2024-01-18 18:27:38 +08:00
|
|
|
|
2024-02-06 18:45:20 +08:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|