feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
.companyMain {
|
||||
background-color: #f0f2f5;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
padding: 15px;
|
||||
}
|
||||
.companyMain .el-col-12 {
|
||||
line-height: 45px;
|
||||
}
|
||||
.companyMain .rulePoints .el-input {
|
||||
width: 92%;
|
||||
}
|
||||
.companyMain .placeholder .el-input--medium {
|
||||
font-size: 14px;
|
||||
width: 80%;
|
||||
position: relative;
|
||||
top: 15px;
|
||||
}
|
||||
.companyMain .el-pagination {
|
||||
text-align: right;
|
||||
padding: 30px 0;
|
||||
}
|
||||
.companyMain .el-dialog__header {
|
||||
border: 1px solid #ccc;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
.companyMain .el-col-6 {
|
||||
margin: 0 25px;
|
||||
}
|
||||
.companyMain .addStys {
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
.companyMain .el-divider__text {
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
}
|
||||
.companyMain .tab-title {
|
||||
border-top: 1px solid #c0c4cc;
|
||||
padding-top: 15px;
|
||||
}
|
||||
.companyMain .btnStys {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
padding: 20px 230px;
|
||||
}
|
||||
.companyMain .buttSts {
|
||||
text-align: center;
|
||||
padding-top: 30px;
|
||||
}
|
||||
.companyMain .backgroundStys {
|
||||
background: #fff;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.companyMain .companyInfo {
|
||||
padding: 15px 0;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.companyMain .companyInfo .infoForm {
|
||||
-webkit-box-flex: 2;
|
||||
-ms-flex: 2;
|
||||
flex: 2;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.companyMain .companyInfo .img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.companyMain .companyInfo .avatar-uploader .el-upload {
|
||||
border: 1px dashed #d9d9d9;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.companyMain .companyInfo .avatar-uploader .el-upload:hover {
|
||||
border-color: #409eff;
|
||||
}
|
||||
.companyMain .companyInfo .avatar-uploader-icon {
|
||||
font-size: 28px;
|
||||
color: #8c939d;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.companyMain .companyInfo .avatar {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user