feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
.setForm .el-select {
|
||||
width: 100%;
|
||||
}
|
||||
.setContent {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.setContent .settingName {
|
||||
-webkit-box-flex: 2;
|
||||
-ms-flex: 2;
|
||||
flex: 2;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.setContent .el-input-number {
|
||||
width: 120px;
|
||||
}
|
||||
.setContent .percent {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.setContent .el-switch {
|
||||
margin-left: 15px;
|
||||
}
|
||||
.tooltip-width {
|
||||
width: 60vw;
|
||||
height: 70vh;
|
||||
overflow: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user