瀏覽代碼

代码上传

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;
 }