Browse Source

fix: 修复样式走查问题/字体大小 间线闪出问题

zhangyufei 5 years ago
parent
commit
422c149fbe
2 changed files with 2 additions and 2 deletions
  1. 2 1
      src/packages/stepper/stepper.scss
  2. 0 1
      src/packages/stepper/stepper.vue

+ 2 - 1
src/packages/stepper/stepper.scss

@@ -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;
 	}
 

+ 0 - 1
src/packages/stepper/stepper.vue

@@ -130,7 +130,6 @@ export default {
   },
   methods: {
     focus(e) {
-      console.log(1)
       if (this.readonly) return;
       // clear val temporary when focus, e...s
       //选中选择框值