zhuxinbo há 4 anos atrás
pai
commit
e7bd0c745c
3 ficheiros alterados com 9067 adições e 9057 exclusões
  1. 9050 9050
      public/color.less
  2. 9 0
      src/App.vue
  3. 8 7
      src/views/dashboard/Analysis.vue

Diff do ficheiro suprimidas por serem muito extensas
+ 9050 - 9050
public/color.less


+ 9 - 0
src/App.vue

@@ -51,4 +51,13 @@
     -ms-user-select: text !important;
     user-select: text !important;
   }
+
+  .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
+    height: 39px !important;
+  }
+
+  .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
+    height: 39px !important;
+    border-bottom:1px solid #1890ff !important;
+  }
 </style>

+ 8 - 7
src/views/dashboard/Analysis.vue

@@ -417,6 +417,7 @@
         this.loading = !this.loading
       }, 1000)
       this.initLogInfo()
+      console.log(localStorage.getItem('roleCode'),345678901222)
     },
     methods: {
       initLogInfo() {
@@ -452,14 +453,14 @@
 
     },
     mounted() {
-         postAction('/ctop/releaseViewRecord/check', {}).then(res => {
-            console.log(res)
-            if(res.success){
-               this.visible=res.showPopup;
-               this.versionId=res.data.id;
-            }
+        //  postAction('/ctop/releaseViewRecord/check', {}).then(res => {
+        //     console.log(res)
+        //     if(res.success){
+        //        this.visible=res.showPopup;
+        //        this.versionId=res.data.id;
+        //     }
            
-        })
+        // })
     },
   }
 </script>