mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
update select height
This commit is contained in:
parent
11fdb45849
commit
dc21a7ecae
|
@ -590,14 +590,24 @@ export default mixins(
|
|||
background-color: $--color-primary;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
height: 38px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
|
||||
i {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-option > .el-input .el-input__inner
|
||||
{
|
||||
border: 1px solid $--color-primary;
|
||||
border-radius: 17px;
|
||||
height: 38px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
|
||||
i {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue