Files
gpustack-ui/src/pages/llmodels/style/instance-item.less
T
2025-03-10 12:33:43 +08:00

27 lines
375 B
Plaintext

.instance-name {
min-height: 54px;
&:hover {
.server-info {
.text {
display: block;
}
color: var(--ant-blue-5);
}
}
.server-info {
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--ant-blue-5);
cursor: pointer;
white-space: nowrap;
.text {
display: none;
}
}
}