feat: 步进器组件封装

This commit is contained in:
duanshuwen
2025-07-15 11:05:25 +08:00
parent 7f270dafe8
commit b31b04f2e2
19 changed files with 245 additions and 38 deletions

View File

@@ -0,0 +1,23 @@
.stepper-wrapper {
display: flex;
align-items: center;
}
.stepper-btn {
width: 24px;
height: 24px;
cursor: pointer;
}
.stepper-btn-minus {
margin-right: 10px;
}
.stepper-btn-plus {
margin-left: 10px;
}
.stepper-text {
font-size: 16px;
color: #333;
}