Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AAT_assessment3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jin Dong
AAT_assessment3
Merge requests
!1
This is Jin's function just in case you need this
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
This is Jin's function just in case you need this
Jin Dong
requested to merge
master
into
main
Apr 18, 2024
Overview
0
Commits
3
Pipelines
0
Changes
18
0
0
Merge request reports
Compare
main
version 2
96af4188
Apr 18, 2024
version 1
b12a7aa1
Apr 18, 2024
main (HEAD)
and
latest version
latest version
5b0eaa86
3 commits,
Apr 18, 2024
version 2
96af4188
2 commits,
Apr 18, 2024
version 1
b12a7aa1
1 commit,
Apr 18, 2024
18 files
+
977
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Jin's function/static/style.css
0 → 100644
+
38
−
0
View file @ ca9538cf
Edit in single-file editor
Open in Web IDE
.navbar-brand
{
font-family
:
"Rubik Doodle Shadow"
,
sans-serif
;
font-size
:
3.5em
!important
;
/* 放大字体大小 */
}
.nav-item
{
font-family
:
"Rubik Doodle Shadow"
,
sans-serif
;
margin-right
:
10px
;
/* 设置右侧外边距 */
}
.nav-item
:last-child
{
margin-right
:
0
;
/* 最后一个元素的右外边距为 0 */
}
.student-table
{
border-collapse
:
collapse
;
}
.student-table
th
,
.student-table
td
{
border
:
1px
solid
black
;
padding
:
8px
;
}
/* Add hover effect for table header */
.student-table
th
:hover
{
background-color
:
burlywood
;
/* Change background color on hover */
cursor
:
pointer
;
/* Change cursor to pointer on hover */
}
.export-csv
{
position
:
fixed
;
left
:
10px
;
/* 调整左侧距离以满足您的布局需求 */
top
:
50%
;
/* 调整垂直位置以满足您的布局需求 */
transform
:
translateY
(
-50%
);
}
.table-container
{
height
:
400px
;
/* 或者使用 min-height: 400px; */
overflow-y
:
auto
;
/* 添加垂直滚动条以防止内容溢出 */
}
Loading