File size: 788 Bytes
0a903c7 1a156e6 0a903c7 1a156e6 0a903c7 1a156e6 53be70c b0b89da 53be70c b0b89da 0a903c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
.testingResultWrapper {
flex: 1;
background-color: white;
padding: 30px 20px;
overflow: auto;
height: calc(100vh - 160px);
display: flex;
flex-direction: column;
justify-content: space-between;
.selectFilesCollapse {
:global(.ant-collapse-header) {
padding-left: 22px;
}
margin-bottom: 32px;
overflow-y: auto;
}
.selectFilesTitle {
padding-right: 10px;
}
.similarityCircle {
width: 24px;
height: 24px;
border-radius: 50%;
background-color: rgba(244, 235, 255, 1);
font-size: 10px;
font-weight: normal;
}
.similarityText {
font-size: 12px;
font-weight: 500;
}
.image {
width: 100px;
object-fit: contain;
}
}
.imagePreview {
display: block;
max-width: 45vw;
max-height: 40vh;
}
|