@@ -69,7 +69,7 @@
}
.oper-wrapper {
- width: 32px;
+ width: 29px;
height: 32px;
background: $body-background-color;
position: relative;
@@ -121,6 +121,7 @@
box-sizing: border-box;
outline: none;
font-family: initial;
+ font-size: $font-size-large;
color: $stepper-color;
@@ -130,7 +130,6 @@ export default {
},
methods: {
focus(e) {
- console.log(1)
if (this.readonly) return;
// clear val temporary when focus, e...s
//选中选择框值