zhangqiOMG il y a 2 ans
Parent
commit
1f0f69fc70
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }