feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
.lawsuit-detail[data-v-081b007c] {
|
||||
padding: 0;
|
||||
}
|
||||
.box-card[data-v-081b007c] {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.order-step[data-v-081b007c] {
|
||||
padding: 8px 0 4px;
|
||||
}
|
||||
.order-area[data-v-081b007c] {
|
||||
padding: 8px 0 0;
|
||||
}
|
||||
.workOrderTitle[data-v-081b007c] {
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
color: #303133;
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid #409eff;
|
||||
}
|
||||
.tab-title[data-v-081b007c] {
|
||||
height: 1px;
|
||||
background: #ebeef5;
|
||||
margin: 10px 0 12px;
|
||||
}
|
||||
.order-row[data-v-081b007c] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
padding: 0 10px 12px;
|
||||
}
|
||||
.order-left[data-v-081b007c],
|
||||
.order-right[data-v-081b007c] {
|
||||
-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-081b007c] {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.process-item[data-v-081b007c] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.process-left[data-v-081b007c] {
|
||||
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-081b007c] {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: #409eff;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.line[data-v-081b007c] {
|
||||
width: 2px;
|
||||
background: #dcdfe6;
|
||||
margin-top: 6px;
|
||||
}
|
||||
.line[data-v-081b007c],
|
||||
.process-right[data-v-081b007c] {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
.process-main[data-v-081b007c] {
|
||||
color: #303133;
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.process-remark[data-v-081b007c] {
|
||||
margin-top: 6px;
|
||||
color: #606266;
|
||||
font-size: 12px;
|
||||
line-height: 1.6;
|
||||
background: #f7f8fa;
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.process-sub[data-v-081b007c] {
|
||||
margin-top: 6px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
color: #909399;
|
||||
font-size: 12px;
|
||||
}
|
||||
.op[data-v-081b007c] {
|
||||
color: #409eff;
|
||||
}
|
||||
.empty[data-v-081b007c] {
|
||||
padding: 12px 10px 16px;
|
||||
color: #909399;
|
||||
}
|
||||
.planLst[data-v-e4c0a93c] {
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.planActions[data-v-e4c0a93c],
|
||||
.planLst[data-v-e4c0a93c] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.planActions[data-v-e4c0a93c] {
|
||||
-webkit-box-pack: end;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
.detail-page[data-v-e4c0a93c] {
|
||||
background: #fff;
|
||||
padding: 12px 12px 0;
|
||||
}
|
||||
.detail-body[data-v-e4c0a93c] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.paginations[data-v-e4c0a93c] {
|
||||
margin-top: 12px;
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user