feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,195 @@
|
||||
.lawsuit-detail[data-v-1ac63925] {
|
||||
padding: 0;
|
||||
}
|
||||
.box-card[data-v-1ac63925] {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.order-step[data-v-1ac63925] {
|
||||
padding: 8px 0 4px;
|
||||
}
|
||||
.status-row[data-v-1ac63925] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
padding: 8px 0 4px;
|
||||
}
|
||||
.status-pill[data-v-1ac63925] {
|
||||
display: inline-block;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
background: rgba(64, 158, 255, .12);
|
||||
color: #409eff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.status-pill--ok[data-v-1ac63925] {
|
||||
background: rgba(103, 194, 58, .12);
|
||||
color: #67c23a;
|
||||
}
|
||||
.status-pill--warn[data-v-1ac63925] {
|
||||
background: rgba(230, 162, 60, .12);
|
||||
color: #e6a23c;
|
||||
}
|
||||
.order-area[data-v-1ac63925] {
|
||||
padding: 8px 0 0;
|
||||
}
|
||||
.workOrderTitle[data-v-1ac63925] {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
color: #303133;
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid #409eff;
|
||||
}
|
||||
.tab-title[data-v-1ac63925] {
|
||||
height: 1px;
|
||||
background: #ebeef5;
|
||||
margin: 10px 0 12px;
|
||||
}
|
||||
.order-row[data-v-1ac63925] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
padding: 0 10px 12px;
|
||||
}
|
||||
.order-left[data-v-1ac63925],
|
||||
.order-right[data-v-1ac63925] {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
color: #606266;
|
||||
font-size: 13px;
|
||||
}
|
||||
.process[data-v-1ac63925] {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.process-item[data-v-1ac63925] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.process-left[data-v-1ac63925] {
|
||||
width: 18px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.dot[data-v-1ac63925] {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: #409eff;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.line[data-v-1ac63925] {
|
||||
width: 2px;
|
||||
background: #dcdfe6;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.line[data-v-1ac63925],
|
||||
.process-right[data-v-1ac63925] {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
.process-main[data-v-1ac63925] {
|
||||
color: #303133;
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.process-sub[data-v-1ac63925] {
|
||||
margin-top: 6px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
color: #909399;
|
||||
font-size: 12px;
|
||||
}
|
||||
.process-remark[data-v-1ac63925] {
|
||||
margin-top: 6px;
|
||||
color: #606266;
|
||||
font-size: 12px;
|
||||
line-height: 1.6;
|
||||
background: #f7f8fa;
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.op[data-v-1ac63925] {
|
||||
color: #409eff;
|
||||
}
|
||||
.empty[data-v-1ac63925] {
|
||||
padding: 12px 10px 16px;
|
||||
color: #909399;
|
||||
}
|
||||
.detail-page[data-v-00e94296] {
|
||||
background: #fff;
|
||||
padding: 12px 12px 0;
|
||||
}
|
||||
.detail-body[data-v-00e94296] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.searchBtn[data-v-00e94296] {
|
||||
width: 200px;
|
||||
}
|
||||
.cell-edit-wrap[data-v-00e94296] {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.cell-edit-select[data-v-00e94296] {
|
||||
min-width: 120px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.cell-edit-icon[data-v-00e94296] {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-left: 4px;
|
||||
color: #409eff;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.cell-edit-icon.confirm[data-v-00e94296] {
|
||||
color: #67c23a;
|
||||
}
|
||||
.cell-edit-icon.cancel[data-v-00e94296] {
|
||||
color: #f56c6c;
|
||||
}
|
||||
.cell-edit-icon[data-v-00e94296]:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
.cell-edit-input[data-v-00e94296] {
|
||||
min-width: 140px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user