feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
.el-cascader[data-v-59e72f61],
|
||||
.el-date-editor[data-v-59e72f61],
|
||||
.el-date-editor[data-v-5458050b],
|
||||
.el-input-number[data-v-59e72f61],
|
||||
.el-input-number[data-v-5458050b],
|
||||
.el-select[data-v-59e72f61] {
|
||||
width: 100%;
|
||||
}
|
||||
.button-box[data-v-1614d1ac] {
|
||||
margin-top: 20px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.avatar-uploader .el-upload[data-v-1614d1ac] {
|
||||
border: 1px dashed #d9d9d9;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar-uploader .el-upload[data-v-1614d1ac]:hover {
|
||||
border-color: #409eff;
|
||||
}
|
||||
.avatar-uploader-icon[data-v-1614d1ac] {
|
||||
border: 1px dashed #d9d9d9;
|
||||
font-size: 28px;
|
||||
color: #8c939d;
|
||||
width: 178px;
|
||||
height: 178px;
|
||||
line-height: 178px;
|
||||
text-align: center;
|
||||
}
|
||||
.avatar[data-v-1614d1ac] {
|
||||
width: 178px;
|
||||
height: 178px;
|
||||
display: block;
|
||||
}
|
||||
[data-v-ab4aae58] .el-page-header__left {
|
||||
color: #1682e6;
|
||||
}
|
||||
.el-input[data-v-ab4aae58] {
|
||||
width: 220px;
|
||||
}
|
||||
.planLst[data-v-ab4aae58] {
|
||||
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-ab4aae58] {
|
||||
padding: 24px;
|
||||
background: #f0f2f5;
|
||||
}
|
||||
.workPointsManage .tab-title[data-v-ab4aae58] {
|
||||
border-top: 1px solid #c0c4cc;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.workPointsManage .rule[data-v-ab4aae58] {
|
||||
font-weight: bolder;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.workPointsManage .elCol[data-v-ab4aae58] {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.workPointsManage .elCol .searchBox[data-v-ab4aae58] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: end;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.workPointsManage .button[data-v-ab4aae58] {
|
||||
text-align: center;
|
||||
padding: 25px 0;
|
||||
}
|
||||
.workPointsManage .paginations[data-v-ab4aae58] {
|
||||
float: right;
|
||||
padding: 25px 0;
|
||||
}
|
||||
.el-tooltip__popper {
|
||||
max-width: 300px;
|
||||
word-break: break-word;
|
||||
}
|
||||
Reference in New Issue
Block a user