From 492b06e7be79a461f0d3f3e9160d3681663d9b5b Mon Sep 17 00:00:00 2001 From: tt <1301725380@qq.com> Date: Tue, 22 Oct 2024 16:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/proManagement/scheduling.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; +}