feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
.backBar {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.uploadTip {
|
||||
font-size: 13px;
|
||||
margin-top: 10px;
|
||||
line-height: 15px;
|
||||
}
|
||||
.selectCommunity {
|
||||
line-height: 20px;
|
||||
}
|
||||
.selectCommunity .el-card {
|
||||
border: 1px solid #e6ebf5;
|
||||
}
|
||||
.selectCommunity .el-checkbox {
|
||||
width: 250px;
|
||||
}
|
||||
.selectCommunity .el-card__header {
|
||||
padding: 15px;
|
||||
}
|
||||
.el-upload-list__item {
|
||||
-webkit-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
.addContent .el-upload--picture-card {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
}
|
||||
.addContent .el-upload-list--picture-card .el-upload-list__item {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
}
|
||||
.addContent .AddBtn .el-upload--picture-card {
|
||||
display: none;
|
||||
}
|
||||
.detailContent .searchStys {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.detailContent .el-tabs--border-card {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.detailContent .backBar {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.notes-icons {
|
||||
font-size: 12px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.notes {
|
||||
font-size: 12px;
|
||||
color: #f56c6c;
|
||||
}
|
||||
.serviceList .serviceItem {
|
||||
padding: 10px 0;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.serviceList .serviceItem .serviceItemTitle {
|
||||
-ms-flex-preferred-size: 120px;
|
||||
flex-basis: 120px;
|
||||
}
|
||||
.serviceList .serviceItem .serviceItemConfiglist {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.cardHeader:first-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header-notes {
|
||||
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: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.header-notes:first-child {
|
||||
margin-right: 130px;
|
||||
}
|
||||
.header-notes-title {
|
||||
display: inline-block;
|
||||
width: 130px;
|
||||
}
|
||||
.nodata-notes {
|
||||
padding: 30px 0;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
}
|
||||
.topSearch .el-card {
|
||||
border: 1px solid #e6ebf5;
|
||||
}
|
||||
.tableBtn {
|
||||
text-align: right;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.cardSet .el-tabs--border-card > .el-tabs__content {
|
||||
padding: 20px;
|
||||
min-height: 600px;
|
||||
}
|
||||
Reference in New Issue
Block a user