diff --git a/admin/src/views/proManagement/scheduling.vue b/admin/src/views/proManagement/scheduling.vue index c31ec12a..f4676557 100644 --- a/admin/src/views/proManagement/scheduling.vue +++ b/admin/src/views/proManagement/scheduling.vue @@ -217,7 +217,11 @@ export default { .pick { position: relative; top: 20px; - left: -620px; + left: 40px; + display: flex; + align-items: center; + width: 100%; + height: 50px; span { margin-right: 20px; } @@ -226,6 +230,7 @@ export default { display: flex; flex-direction: column; align-items: center; + position: relative; .el-calendar { margin: 20px 0; } @@ -274,4 +279,8 @@ export default { ::v-deep .el-calendar__title { display: none; } +::v-deep .el-calendar-table thead th { + font-weight: bold; + color: #202020; +}