ChatGpt-Web / app /components /input-range.module.scss
xiao
初始化
6a37520
raw
history blame
140 Bytes
.input-range {
border: var(--border-in-light);
border-radius: 10px;
padding: 5px 15px 5px 10px;
font-size: 12px;
display: flex;
}