Skip to content

Commit

Permalink
style: 添加按钮新增hover样式
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 4, 2021
1 parent 026da83 commit 2ec4da0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,11 @@ export default class GenerateSubForm extends Vue {
}
.add-button{
cursor: pointer;
&:hover{
color: rgb(16, 16, 16);
.el-icon-plus{
color: rgb(16, 16, 16);
}
}
}
</style>

0 comments on commit 2ec4da0

Please sign in to comment.