feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
.el-input[data-v-2b11933f],
|
||||
.el-select[data-v-2b11933f] {
|
||||
width: 300px;
|
||||
}
|
||||
.button-box[data-v-2b11933f] {
|
||||
margin-top: 20px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
[data-v-a9b0da92] .el-page-header__left {
|
||||
color: #1682e6;
|
||||
}
|
||||
.el-input[data-v-a9b0da92] {
|
||||
width: 220px;
|
||||
}
|
||||
.planLst[data-v-a9b0da92] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
-ms-flex-line-pack: center;
|
||||
align-content: center;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.workPointsManage[data-v-a9b0da92] {
|
||||
padding: 24px;
|
||||
background: #f0f2f5;
|
||||
}
|
||||
.workPointsManage .tab-title[data-v-a9b0da92] {
|
||||
border-top: 1px solid #c0c4cc;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.workPointsManage .rule[data-v-a9b0da92] {
|
||||
font-weight: bolder;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.workPointsManage .elCol[data-v-a9b0da92] {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.workPointsManage .elCol .searchBox[data-v-a9b0da92] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: end;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.workPointsManage .button[data-v-a9b0da92] {
|
||||
text-align: center;
|
||||
padding: 25px 0;
|
||||
}
|
||||
.workPointsManage .paginations[data-v-a9b0da92] {
|
||||
float: right;
|
||||
padding: 25px 0;
|
||||
}
|
||||
.el-tooltip__popper {
|
||||
max-width: 300px;
|
||||
word-break: break-word;
|
||||
}
|
||||
Reference in New Issue
Block a user