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,63 @@
.applyContent .el-cascader,
.applyContent .el-date-editor,
.applyContent .el-select {
width: 100%;
}
.applyContent .el-upload__tip {
line-height: 0;
height: 15px;
}
.applyContent .formTip {
font-size: 12px;
line-height: 36px;
padding-left: 20px;
color: #ff6b6b;
}
.linkClass {
line-height: 36px;
}
.planLst {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.planLst .planTitle {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.paginations {
text-align: right;
padding-top: 1.25rem;
}
.quoteClass .el-date-editor,
.quoteClass .el-select {
width: 100%;
}
.codeClass {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.codeClass .el-button {
margin-left: 15px;
}
.row-expand-cover .el-table__expand-icon {
visibility: hidden;
}
.tips[data-v-25b587a0] {
font-size: 12px;
margin-bottom: 15px;
color: #ff3c38;
}
.tips i[data-v-25b587a0] {
color: #ff9f1c;
}
.contentStys[data-v-9368b1b4] {
background-color: #f0f2f5;
padding: 15px;
}