feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.headerTop {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.headerTop .title {
|
||||
-webkit-box-flex: 2;
|
||||
-ms-flex: 2;
|
||||
flex: 2;
|
||||
border-left: 5px solid #1890ff;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.contentStys[data-v-e85ca540] {
|
||||
background-color: #f0f2f5;
|
||||
padding: 15px;
|
||||
}
|
||||
.page-container[data-v-e85ca540] {
|
||||
padding: 15px;
|
||||
background: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user