element ui で タブのバーの色を変えたい。
.el-tabs__item:hover {
color:#ed6ba0;
}
.el-tabs__item.is-active{
color:red;
}
.el-tabs__active-bar{
background-color:pink;
}
こんな感じでOK!
Go to list of users who liked
More than 3 years have passed since last update.
element ui で タブのバーの色を変えたい。
.el-tabs__item:hover {
color:#ed6ba0;
}
.el-tabs__item.is-active{
color:red;
}
.el-tabs__active-bar{
background-color:pink;
}
こんな感じでOK!
Register as a new user and use Qiita more conveniently
Go to list of users who liked