Ver Fonte

代码上传

zhangqiOMG há 2 anos atrás
pai
commit
1f0f69fc70
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 }