improvement(style): [el-input-number] Fix unexcepted text selecting when clicking buttons (#4191)

This commit is contained in:
Zapic 2021-11-04 09:15:25 +08:00 committed by GitHub
parent 8646277417
commit a089afa3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@
color: var(--el-text-color-regular);
cursor: pointer;
font-size: 13px;
user-select: none;
&:hover {
color: var(--el-color-primary);