wuhongyu 5 tahun lalu
induk
melakukan
29a4c0f101

+ 1 - 1
src/layout/achievement/cooperation.vue

@@ -21,7 +21,7 @@ export default {
   components: {},
   data: () => ({
     menuIndex: '',
-    color: '#054982',
+    color: '',
     src: require('@/assets/achieveCenter.png'),
     liebiaoList: [{ title: '超算联盟' }, { title: '国家网格' }, { title: '教学中心' }, { title: '创业基地' }, { title: '软件中心' }],
   }),

+ 5 - 0
src/views/communication/parts/right.vue

@@ -146,6 +146,11 @@ li {
 /deep/.el-tabs--border-card > .el-tabs__content {
   padding: 0;
 }
+
+/deep/.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
+  color: #2c3350;
+}
+
 .list {
   height: 220px;
   overflow: hidden;