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,43 @@
.searchBar .el-select[data-v-72d1041f],
.searchBar .el-select[data-v-544b382a] {
width: 100%;
}
.value-total[data-v-72d1041f] {
border: 1px solid #dfe6ec;
margin-top: -1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px;
}
.bottom-btn[data-v-16062a46] {
text-align: center;
margin: 30px 0;
}
.headerTop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.headerTop .title {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
border-left: 5px solid #1890ff;
padding-left: 10px;
}
.pagination {
text-align: right;
background-color: #fff;
padding-top: 15px;
}