File size: 719 Bytes
7e26e0d 4c6dadf 7e26e0d 7ccbbf8 b808748 3927930 7ccbbf8 b808748 7e26e0d |
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 |
.modelWrapper {
width: 100%;
}
.modelContainer {
width: 100%;
.factoryOperationWrapper {
text-align: right;
}
.modelItem {
}
.llmList {
padding-top: 10px;
}
.toBeAddedCard {
border-radius: 24px;
border: 1px solid #eaecf0;
background: #e3f0ff;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
:global(.ant-card-body) {
padding: 10px 24px;
}
.addButton {
padding: 0;
}
}
.addedCard {
border-radius: 18px;
border: 1px solid #eaecf0;
background: #e6e7eb;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.modelDivider {
margin: 0;
}
.modelTags {
height: 40px;
overflow: hidden;
font-size: 8px;
}
}
|