+
+ {{ repo.cangkumingcheng }}
+
+
@@ -198,6 +203,10 @@
key: 'shifouzili',
op: 'eq',
value: '是'
+ }, {
+ key: 'shifouxunihuojia',
+ op: 'eq',
+ value: '是'
}]
})
this.repositories = res.data
@@ -371,6 +380,39 @@
flex: 1;
}
+ /* 仓库列表样式 */
+ .repository-list {
+ flex: 1;
+ padding: 0;
+ }
+
+ .repository-item {
+ padding: 12px 20px;
+ cursor: pointer;
+ border-bottom: 1px solid #e4e7ed;
+ background-color: #fff;
+ transition: all 0.3s;
+ word-wrap: break-word;
+ word-break: break-all;
+ white-space: normal;
+ line-height: 1.4;
+ font-size: 16px;
+ font-weight: 500;
+ }
+
+ .repository-item:hover {
+ background-color: #f5f7fa;
+ color: #409eff;
+ cursor: pointer;
+ }
+
+ .repository-item.active {
+ background-color: #ecf5ff;
+ color: #409eff;
+ border-right: 3px solid #409eff;
+ font-weight: 600;
+ }
+
/* 右侧主要内容区样式 */
.repository-main {
flex: 1;
@@ -478,4 +520,4 @@
margin: 0 auto;
}
}
-
+