|
|
|
@ -96,3 +96,15 @@ |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 去除 Chrome、Safari、Edge、Opera 中的指示器 */ |
|
|
|
|
.el-input__inner::-webkit-outer-spin-button, |
|
|
|
|
.el-input__inner::-webkit-inner-spin-button { |
|
|
|
|
-webkit-appearance: none; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 去除 Firefox 中的指示器 */ |
|
|
|
|
.el-input__inner[type='number'] { |
|
|
|
|
-moz-appearance: textfield; |
|
|
|
|
} |