Files
gpustack-ui/src/pages/playground/style/custom-label.less
T
2024-07-02 17:30:03 +08:00

21 lines
403 B
Plaintext

:local(.label) {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
:global(.label-val) {
position: absolute;
top: -14px;
right: 2px;
width: 80px;
border-radius: 8px;
text-align: center;
border: 1px solid var(--ant-color-border) !important;
:global(.ant-input-number-input) {
text-align: center !important;
}
}
}