|
|
|
|
@ -790,13 +790,13 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-welcome {
|
|
|
|
|
min-height: 240px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background: linear-gradient(90deg, #3a6bc5 0%, #2a5298 100%);
|
|
|
|
|
min-height: 240px;
|
|
|
|
|
padding: 0 24px;
|
|
|
|
|
background: linear-gradient(90deg, #3a6bc5 0%, #2a5298 100%);
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-welcome-left {
|
|
|
|
|
@ -804,9 +804,9 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-welcome-title {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-welcome-desc {
|
|
|
|
|
@ -859,13 +859,13 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-welcome-image {
|
|
|
|
|
max-height: 180px;
|
|
|
|
|
width: auto;
|
|
|
|
|
max-height: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.production-overview-row {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
gap: 48px;
|
|
|
|
|
}
|
|
|
|
|
@ -878,9 +878,9 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.production-overview-group-center {
|
|
|
|
|
border-left: 1px solid var(--el-border-color-lighter);
|
|
|
|
|
border-right: 1px solid var(--el-border-color-lighter);
|
|
|
|
|
padding: 0 48px;
|
|
|
|
|
border-right: 1px solid var(--el-border-color-lighter);
|
|
|
|
|
border-left: 1px solid var(--el-border-color-lighter);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.production-overview-item {
|
|
|
|
|
@ -926,8 +926,8 @@ getAllApi()
|
|
|
|
|
|
|
|
|
|
.stat-card {
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color: #f5f7fa;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stat-label {
|
|
|
|
|
@ -968,18 +968,18 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 180px;
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color: #f5f7fa;
|
|
|
|
|
height: 180px;
|
|
|
|
|
display: flex;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-card-header {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress-card-body {
|
|
|
|
|
@ -1013,8 +1013,8 @@ getAllApi()
|
|
|
|
|
|
|
|
|
|
.mini-card {
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color: #f5f7fa;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mini-label {
|
|
|
|
|
@ -1041,11 +1041,11 @@ getAllApi()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todo-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 150px;
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color: #f5f7fa;
|
|
|
|
|
height: 150px;
|
|
|
|
|
display: flex;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
@ -1061,7 +1061,7 @@ getAllApi()
|
|
|
|
|
color: #909399;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
@media (width <= 768px) {
|
|
|
|
|
.home-welcome {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|