From 0ae6c91585c15b0c8ac92442374526465d9ca4bc Mon Sep 17 00:00:00 2001 From: nopy <646880214@qq.com> Date: Wed, 10 Jul 2024 20:30:11 +0800 Subject: [PATCH] 1 --- .../TeacherPages/Trainmanage/SendTrain.css | 7 +++--- .../TeacherPages/Trainmanage/Trainmanage.css | 23 ++++++++----------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/app-dm/src/TeacherPages/Trainmanage/SendTrain.css b/app-dm/src/TeacherPages/Trainmanage/SendTrain.css index c15e56e..e480a6c 100644 --- a/app-dm/src/TeacherPages/Trainmanage/SendTrain.css +++ b/app-dm/src/TeacherPages/Trainmanage/SendTrain.css @@ -336,10 +336,9 @@ } /* 日历 */ -.calendar-picker span{ - position: absolute; - top: 323px; - right: 181px; +.calendar-picker { + display: flex; + justify-content: center; } .calendar1 { width: 110px; diff --git a/app-dm/src/TeacherPages/Trainmanage/Trainmanage.css b/app-dm/src/TeacherPages/Trainmanage/Trainmanage.css index ad415d0..d977f36 100644 --- a/app-dm/src/TeacherPages/Trainmanage/Trainmanage.css +++ b/app-dm/src/TeacherPages/Trainmanage/Trainmanage.css @@ -126,12 +126,18 @@ text-align: center; width: 650px; } - +.TrainBox th{ + font-size: 16px; + padding: 10px 0; +} +.TrainBox td{ + font-size: 16px; + padding: 10px 0; +} .xx{ position: absolute; margin-top: -17px; } - .close-icon{ text-align: center; width: 30px; @@ -143,22 +149,13 @@ top: -20px; cursor: pointer; } -/* .close-icon:hover{ +.close-icon:hover{ background-color: #c4e6ed; } .splitter1{ width: 650px; border-bottom: 1px solid black; - text-align: center; font-size: 20px; padding-bottom: 10px; -} - -#detailed_box_tr1{ - width: 650px; - text-align: center; -} -.box-blue{ - margin-top: 15px; -} */ \ No newline at end of file +} \ No newline at end of file