feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
.contentStys {
|
||||
padding: 24px;
|
||||
background: #f0f2f5;
|
||||
}
|
||||
.contentStys ::v-deep .el-card__header {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.planLst {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.planLst .planTitle {
|
||||
-webkit-box-flex: 2;
|
||||
-ms-flex: 2;
|
||||
flex: 2;
|
||||
}
|
||||
.el-select {
|
||||
width: 100%;
|
||||
}
|
||||
.verticalLine {
|
||||
margin: 0 5px;
|
||||
}
|
||||
.planLst {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user