ChatGpt-Web / app /components /input-range.module.scss
muxi feng
后台维护更新
47eb5bf
raw
history blame
221 Bytes
.input-range {
border: var(--border-in-light);
border-radius: 10px;
padding: 5px 15px 5px 10px;
font-size: 12px;
display: flex;
max-width: 40%;
input[type="range"] {
max-width: calc(100% - 50px);
}
}