From 8d29d0eb44ea64cf73a337e161b8f482536111c9 Mon Sep 17 00:00:00 2001 From: nopy <646880214@qq.com> Date: Sun, 7 Jul 2024 16:22:38 +0800 Subject: [PATCH] 1 --- .../TeacherPages/MarkingPages/StudentLink.css | 19 +++---- .../TeacherPages/MarkingPages/StudentLink.jsx | 50 ++++++++++--------- 2 files changed, 32 insertions(+), 37 deletions(-) diff --git a/app-dm/src/TeacherPages/MarkingPages/StudentLink.css b/app-dm/src/TeacherPages/MarkingPages/StudentLink.css index 5b763c6..fceada2 100644 --- a/app-dm/src/TeacherPages/MarkingPages/StudentLink.css +++ b/app-dm/src/TeacherPages/MarkingPages/StudentLink.css @@ -8,30 +8,23 @@ float: right; background-color: #f7f8fa; } +.link-box{ + margin-top: 30px; +} .title-link{ - position: absolute; - top: 30px; - left: -110px; font-size: 18px; } -.title-link th{ - padding-left: 190px; -} - .link-table{ - margin-top: 50px; - position: absolute; - top: 40px; - left: 22px; + position: relative; } .link-table td{ - padding-left: 45px; + padding: 0 26.2px; font-size: 17px; border-bottom: 1px solid #8a9991; - /* border-top: 1px solid #8a9991; */ line-height: 40px; padding-top: 10px; padding-bottom: 10px; + text-align: center; } .link-table input{ height: 20px; diff --git a/app-dm/src/TeacherPages/MarkingPages/StudentLink.jsx b/app-dm/src/TeacherPages/MarkingPages/StudentLink.jsx index 9078186..892cf5c 100644 --- a/app-dm/src/TeacherPages/MarkingPages/StudentLink.jsx +++ b/app-dm/src/TeacherPages/MarkingPages/StudentLink.jsx @@ -60,30 +60,32 @@ function StudentLink(){ } return(
- {TestLink&& - - - - - - - - - - - - {Object.keys(TestLink).map((key)=>( - - - - - - - - - ))} - -
学生链接1链接2链接3分数建议
{key}{TestLink[key][6]}{TestLink[key][7]}{TestLink[key][8]}
} +
+ {TestLink&& + + + + + + + + + + + + {Object.keys(TestLink).map((key)=>( + + + + + + + + + ))} + +
学生链接1链接2链接3分数建议
{key}{TestLink[key][6]}{TestLink[key][7]}{TestLink[key][8]}
} +
)