style(school): 统一列表页标题图标与 header-content 高度

Made-with: Cursor
This commit is contained in:
zhonghua 2026-03-24 16:49:37 +08:00
parent 51b94cf5cb
commit a9725caf04
4 changed files with 25 additions and 11 deletions

View File

@ -705,6 +705,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 72px;
}
.header-title {
@ -714,13 +715,16 @@ onMounted(() => {
}
.title-icon {
width: 56px;
height: 56px;
width: 48px;
height: 48px;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
border-radius: 16px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.title-icon :deep(svg) {
font-size: 28px;
color: white;
}
@ -1328,6 +1332,7 @@ onMounted(() => {
flex-direction: column;
gap: 16px;
text-align: center;
min-height: auto;
}
.header-stats {

View File

@ -726,6 +726,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 72px;
}
.header-title {
@ -1189,6 +1190,7 @@ onMounted(() => {
flex-direction: column;
gap: 16px;
text-align: center;
min-height: auto;
}
.header-stats {

View File

@ -759,6 +759,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 72px;
}
.header-title {
@ -768,14 +769,17 @@ onMounted(() => {
}
.title-icon {
width: 64px;
height: 64px;
border-radius: 16px;
width: 48px;
height: 48px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.2);
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
}
.title-icon :deep(svg) {
font-size: 28px;
color: white;
}
@ -803,7 +807,7 @@ onMounted(() => {
.stat-value {
display: block;
font-size: 28px;
font-size: 32px;
font-weight: 700;
color: white;
}
@ -858,7 +862,7 @@ onMounted(() => {
}
.filters :deep(.ant-select-selector),
{
.filters :deep(.ant-input-affix-wrapper) {
border-radius: 12px;
border: 2px solid #F0F0F0;
}
@ -1319,6 +1323,7 @@ border: 2px solid #F0F0F0;
flex-direction: column;
gap: 16px;
text-align: center;
min-height: auto;
}
.header-stats {

View File

@ -512,6 +512,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 72px;
}
.header-title {
@ -850,6 +851,7 @@ onMounted(() => {
flex-direction: column;
gap: 16px;
text-align: center;
min-height: auto;
}
.header-stats {