zhangqiOMG 2 роки тому
батько
коміт
1f0f69fc70
1 змінених файлів з 1 додано та 1 видалено
  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;
 }