Browse Source

代码上传

zhangqiOMG 2 years ago
parent
commit
1f0f69fc70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/layout/modules/historyTabs.vue

+ 1 - 1
src/components/layout/modules/historyTabs.vue

@@ -45,7 +45,7 @@ router.beforeEach((to,from,next)=>{
 })
 </script>
 <style>
-.ant-tabs-tab-active{
+.sw-tabs .ant-tabs-tab-active{
   background: #143B88 !important;
   color:#fff !important;
 }