再写一个不带scoped 的<style ></style> 标签来放自定义的组件样式就行啦
<style >
.el-input--prefix .el-input__inner{
height: 30px;
}
.el-input__icon{
line-height: 30px;
}
.el-input--suffix .el-input__inner {
height: 30px;
}
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell {
color: #2C7BCD;
font-weight: 350;
}
.el-select-dropdown__item.selected{
color: #2C7BCD;
font-weight: 350;
}
</style>
网友评论