88 lines
2.0 KiB
CSS
88 lines
2.0 KiB
CSS
.workPointsManage[data-v-0616c945] {
|
|
padding: 24px;
|
|
background: #f0f2f5;
|
|
}
|
|
.workPointsManage .secarch-box .el-cascader[data-v-0616c945],
|
|
.workPointsManage .secarch-box .el-date-editor[data-v-0616c945],
|
|
.workPointsManage .secarch-box .el-select[data-v-0616c945] {
|
|
width: 100%;
|
|
}
|
|
.workPointsManage .planLst[data-v-0616c945] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.workPointsManage .planLst .planTitle[data-v-0616c945] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.workPointsManage .paginations[data-v-0616c945] {
|
|
float: right;
|
|
padding: 25px 0;
|
|
}
|
|
.download-style[data-v-0616c945] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
line-height: 2.2;
|
|
}
|
|
.download-style span[data-v-0616c945] {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.download-style .el-icon-download[data-v-0616c945] {
|
|
width: 50px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #409eff;
|
|
}
|
|
.orderStatus[data-v-0616c945] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.orderStatus .round[data-v-0616c945] {
|
|
width: 10px;
|
|
height: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 100%;
|
|
background-color: #d8d8d8;
|
|
}
|
|
.orderStatus .round.yellow[data-v-0616c945] {
|
|
background-color: #f6c337;
|
|
}
|
|
.orderStatus .round.error[data-v-0616c945] {
|
|
background-color: red;
|
|
}
|
|
.orderStatus .round.success[data-v-0616c945] {
|
|
background-color: #1890ff;
|
|
}
|
|
.orderStatus .line[data-v-0616c945] {
|
|
width: 20px;
|
|
height: 2px;
|
|
background-color: #d8d8d8;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
margin: 0 4px;
|
|
}
|
|
.orderStatus .line.success[data-v-0616c945] {
|
|
background-color: #1890ff;
|
|
}
|