zarm-web
Version:
基于 React 的桌面端UI库
16 lines • 352 B
CSS
.ui-number-input-wrapper {
display: flex;
justify-content: flex-start;
}
.ui-number-input-wrapper .ui-number-input-count {
display: block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border: 1px solid #ddd;
}
.ui-number-input-wrapper .ui-number-input-count-disable {
background: #f3f5f7;
cursor: not-allowed;
}