feat: 初始化静态镜像站点仓库

This commit is contained in:
2026-04-08 21:44:32 +08:00
commit 9f9dba6289
2514 changed files with 727963 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
.budgetList[data-v-c308991e] .el-tree-node__content {
height: 40px;
border-bottom: 1px solid #ebeef5;
}
.budgetList .filterScroll[data-v-c308991e] {
height: 650px;
overflow: auto;
}
.budgetList .elcard[data-v-c308991e] {
padding: 15px 24px;
}
.budgetList .tableData[data-v-c308991e] {
padding-top: 20px;
overflow: auto;
}
.budgetList .customTable[data-v-c308991e] {
border-collapse: separate;
width: 100%;
margin-top: 20px;
height: 610px;
overflow: auto;
cursor: pointer;
display: block;
border-left: 1px solid #ebeef5;
border-top: 1px solid #ebeef5;
}
.budgetList .customTable > thead[data-v-c308991e] {
border: 1px solid #ebeef5;
color: #909399;
font-weight: 500;
font-size: 14px;
background: #fafafa;
}
.budgetList .customTable th[data-v-c308991e] {
background: #fafafa;
}
.budgetList .customTable td[data-v-c308991e],
.budgetList .customTable th[data-v-c308991e] {
border-bottom: 1px solid #ebeef5;
border-right: 1px solid #ebeef5;
padding: 12px;
min-width: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-overflow: ellipsis;
vertical-align: middle;
position: relative;
text-align: center;
white-space: nowrap;
}