Commit fc2011ee by damodmg

解决兼容1

parent 60a95938
......@@ -350,6 +350,18 @@ input[type="number"] {
.el-input__inner{
line-height:0px!important;
}
.el-input__inner::-webkit-input-placeholder {
line-height:normal
}
::-moz-placeholder {
line-height:normal
}
:-ms-input-placeholder {
line-height:normal
}
.icon-xinxixianshi{
color: #909399;
font-size: 14px;
......@@ -363,12 +375,4 @@ input[type="number"] {
fill: currentColor;
overflow: hidden;
}
input{
height: 32px;
font-size: 14px;
}
::-webkit-input-placeholder{
height: 32px;
font-size: 14px;
}
 
......@@ -350,6 +350,18 @@ input[type="number"] {
.el-input__inner{
line-height:0px!important;
}
.el-input__inner::-webkit-input-placeholder {
line-height:normal
}
::-moz-placeholder {
line-height:normal
}
:-ms-input-placeholder {
line-height:normal
}
.icon-xinxixianshi{
color: #909399;
font-size: 14px;
......@@ -363,12 +375,4 @@ input[type="number"] {
fill: currentColor;
overflow: hidden;
}
input{
height: 32px;
font-size: 14px;
}
::-webkit-input-placeholder{
height: 32px;
font-size: 14px;
}
 
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment