fix: the style problem of tabs head; 🐛

修复:页签头样式问题;
master
chenghongxing 4 years ago
parent e841ac77fd
commit 57dc7fe2e8
  1. 2
      src/layouts/tabs/TabsHead.vue

@ -115,7 +115,7 @@
.icon-close{
font-size: 12px;
margin-left: 6px;
margin-right: -4px;
margin-right: -4px !important;
color: @text-color-second;
&:hover{
color: @text-color;

Loading…
Cancel
Save